public/index.php line 7

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. use App\Kernel;
  4. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  5. return fn(array $context): Kernel => new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);