@@ -15,6 +15,6 @@ |
||
15 | 15 | |
16 | 16 | require_once dirname(__DIR__).'/vendor/autoload_runtime.php'; |
17 | 17 | |
18 | -return function (array $context) { |
|
18 | +return function(array $context) { |
|
19 | 19 | return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']); |
20 | 20 | }; |