Skip to content

Commit 6d3e119

Browse files
committed
Add a few more ??=
1 parent 9f35d3f commit 6d3e119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/phpt/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use Symfony\Component\Runtime\SymfonyRuntime;
1313

14-
$_SERVER['APP_RUNTIME_OPTIONS'] = $_SERVER['APP_RUNTIME_OPTIONS'] ?? [];
14+
$_SERVER['APP_RUNTIME_OPTIONS'] ??= [];
1515
$_SERVER['APP_RUNTIME_OPTIONS'] += [
1616
'project_dir' => __DIR__,
1717
] + ($_SERVER['APP_RUNTIME_OPTIONS'] ?? []);

0 commit comments

Comments
 (0)