From 3f44ae336ae90685ff275906ed1b7f3338657bf0 Mon Sep 17 00:00:00 2001 From: Damien Foulhoux Date: Thu, 29 Sep 2022 11:34:06 +0200 Subject: [PATCH] fix cs --- local/modules/TheliaSmarty/Template/Plugins/Encore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/modules/TheliaSmarty/Template/Plugins/Encore.php b/local/modules/TheliaSmarty/Template/Plugins/Encore.php index 756b6d8f66..477fb067a9 100644 --- a/local/modules/TheliaSmarty/Template/Plugins/Encore.php +++ b/local/modules/TheliaSmarty/Template/Plugins/Encore.php @@ -133,7 +133,7 @@ public function renderWebpackScriptTags($args): string return $this->tagRenderer ->renderWebpackScriptTags($entryName, $packageName, $entrypointName, $attributes); } - + public function renderPrefetchWebpackScriptTags($args): string { $res = '';