Passed
Branch main (a9aaac)
by Loïc
04:09
created
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
8 8
 
9
-return static function (array $context) {
9
+return static function(array $context) {
10 10
     /** @var array{APP_ENV: string, APP_DEBUG: string, APP_SECRET: string} $context */
11 11
     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
12 12
 };
Please login to merge, or discard this patch.