Completed
Push — master ( fbf3ff...26091f )
by Craig
06:02
created
src/system/ThemeModule/Twig/Extension/AssetExtension.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,9 +104,9 @@
 block discarded – undo
104 104
         }
105 105
 
106 106
         // ensure proper variable types
107
-        $value = (string) $value;
108
-        $type = (string) $type;
109
-        $weight = (int) $weight;
107
+        $value = (string)$value;
108
+        $type = (string)$type;
109
+        $weight = (int)$weight;
110 110
 
111 111
         if ('stylesheet' == $type) {
112 112
             $this->styleSheets->add([$value => $weight]);
Please login to merge, or discard this patch.