@@ -209,7 +209,7 @@ |
||
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' |