Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72f749d

Browse files
committed
[Runtime] Fix review comments
1 parentc2b133a commit72f749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Runtime/SymfonyRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function __construct(array $options = [])
116116

117117
$dotenv->bootEnv($options['project_dir'].'/'.($options['dotenv_path'] ??'.env'),'dev', (array) ($options['test_envs'] ?? ['test']),$overrideExistingVars);
118118

119-
if (\is_array($options['dotenv_extra_paths'] ??null) &&[] !==$options['dotenv_extra_paths']) {
119+
if (\is_array($options['dotenv_extra_paths'] ??null) &&$options['dotenv_extra_paths']) {
120120
$options['dotenv_extra_paths'] =array_map(fn (string$path) =>$options['project_dir'].'/'.$path,$options['dotenv_extra_paths']);
121121

122122
$overrideExistingVars

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp