Test Failed
Branch master (ca8836)
by ANTHONIUS
03:14
created
Category
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
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
 };
Please login to merge, or discard this patch.