We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b962b commit 6599cb5Copy full SHA for 6599cb5
docs/integrations/symfony.md
@@ -61,7 +61,7 @@ $_SERVER['APP_RUNTIME'] = PHPStreamServerRuntime::class;
61
62
require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
63
64
-return function (array $context) {
+return static function (array $context) {
65
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
66
};
67
```
0 commit comments