Passed
Push — master ( 544bbf...da5ea9 )
by Jean-Bernard
02:33
created
tests/TemplatingControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
                     'index.html.twig' => '<ul>{% for item in 0 %}<li>{{ item }}</li>{% endfor %}</ul>',
72 72
                 ])),
73 73
                 new TemplateNameParser()
74
-            )))->__invoke([ // This is strange.
74
+            )))->__invoke([// This is strange.
75 75
                 'One',
76 76
                 'Two',
77 77
                 'Three',
Please login to merge, or discard this patch.
TemplatingController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 /*
5 5
  * This file is part of the Symfony-Util package.
Please login to merge, or discard this patch.