Skip to content

Commit 3a1ff0b

Browse files
Merge branch '4.4' into 5.0
* 4.4: Fixed #35084 Add missing use statement [HttpClient] fix scheduling pending NativeResponse do not overwrite variable value [Profiler] wording Use spaces correctly to display options in DebugCommand X-Accel Nginx URL updated ticket-30197 [Validator] Add the missing translations for the Chinese (Taiwan) ("zh_TW") locale Fixed test added in #35022 Use locale_parse for computing fallback locales [Console] Fix filtering out identical alternatives when there is a command loader add note about HTTP status code change Migrate server:log command away from WebServerBundle [DependencyInjection][CheckTypeDeclarationsPass] Handle \Closure for callable [Security] Fix missing defaults for auto-migrating encoders bumped Symfony version to 4.4.3 updated VERSION for 4.4.2 updated CHANGELOG for 4.4.2
2 parents d7bc61d + 45d7cd3 commit 3a1ff0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/ContextProvider/CliContextProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function getContext(): ?array
2525
}
2626

2727
return [
28-
'command_line' => $commandLine = implode(' ', $_SERVER['argv']),
28+
'command_line' => $commandLine = implode(' ', $_SERVER['argv'] ?? []),
2929
'identifier' => hash('crc32b', $commandLine.$_SERVER['REQUEST_TIME_FLOAT']),
3030
];
3131
}

0 commit comments

Comments
 (0)