Passed
Push — issue1527-switch-to-a-new-tran... ( 20ca7a )
by
unknown
06:32
created
public/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,6 +4,6 @@
 block discarded – undo
4 4
 
5 5
 require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
6 6
 
7
-return function (array $context) {
8
-    return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
7
+return function(array $context) {
8
+    return new Kernel($context['APP_ENV'], (bool)$context['APP_DEBUG']);
9 9
 };
Please login to merge, or discard this patch.