Completed
Push — master ( 01a9d6...16f3da )
by Jean-Bernard
05:08
created
tests/Component/EngineInConstructorInKernelControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     { // from Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
210 210
         $routes->add(
211 211
             '/',
212
-            function () {
212
+            function() {
213 213
                 return new Response('Hello');
214 214
             },
215 215
             'index'
Please login to merge, or discard this patch.