Test Failed
Push — master ( 746436...c81f3f )
by Mohamed
12:10
created
src/Template/Parser/TemplateBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
         // First the values from '<% arg %>'
41 41
         foreach (static::$arguments as $name => $value) {
42
-            $arguments .= "'" . $name . "' => " . $value . ',';
42
+            $arguments .= "'".$name."' => ".$value.',';
43 43
         }
44 44
 
45 45
         // Construct 'Content' argument that would hold the content from the body of '<% template %>'
Please login to merge, or discard this patch.