Test Failed
Push — master ( 3fef74...70b92e )
by Jean-Bernard
08:32
created
tests/Component/EngineAsArgumentInKernelControllerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
             ->willReturn($this->returnValue([
87 87
                 '_route' => 'foo',
88 88
                 'name' => 'Fabien',
89
-                '_controller' => function ($name) {
89
+                '_controller' => function($name) {
90 90
                     return new Response('Hello '.$name);
91 91
                 },
92 92
             ]))
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     { // from Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
208 208
         $routes->add(
209 209
             '/',
210
-            function () {
210
+            function() {
211 211
                 return new Response('Hello');
212 212
             },
213 213
             'index'
Please login to merge, or discard this patch.