Test Failed
Push — master ( 12bcea...dccc24 )
by Jean-Bernard
02:41 queued 43s
created
tests/Component/EngineAsArgumentInKernelControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
             ->will($this->returnValue([
77 77
                 '_route' => 'foo',
78 78
                 'name' => 'Fabien',
79
-                '_controller' => function ($name) {
79
+                '_controller' => function($name) {
80 80
                     return new Response('Hello '.$name);
81 81
                 }
82 82
             ]))
Please login to merge, or discard this patch.