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 79f8d0b commit 5d3737aCopy full SHA for 5d3737a
Dumper/ContextProvider/CliContextProvider.php
@@ -25,7 +25,7 @@ public function getContext(): ?array
25
}
26
27
return [
28
- 'command_line' => $commandLine = implode(' ', $_SERVER['argv']),
+ 'command_line' => $commandLine = implode(' ', $_SERVER['argv'] ?? []),
29
'identifier' => hash('crc32b', $commandLine.$_SERVER['REQUEST_TIME_FLOAT']),
30
];
31
0 commit comments