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 9f35d3f commit 6d3e119Copy full SHA for 6d3e119
Tests/phpt/autoload.php
@@ -11,7 +11,7 @@
11
12
use Symfony\Component\Runtime\SymfonyRuntime;
13
14
-$_SERVER['APP_RUNTIME_OPTIONS'] = $_SERVER['APP_RUNTIME_OPTIONS'] ?? [];
+$_SERVER['APP_RUNTIME_OPTIONS'] ??= [];
15
$_SERVER['APP_RUNTIME_OPTIONS'] += [
16
'project_dir' => __DIR__,
17
] + ($_SERVER['APP_RUNTIME_OPTIONS'] ?? []);
0 commit comments