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 f9f7843 commit 9235b07Copy full SHA for 9235b07
src/CLI.php
@@ -79,7 +79,7 @@ public function run(array $env) {
79
80
$this->preBootstrap();
81
$input = $this->setupInput();
82
- $input->process($env['argv'] ?: array());
+ $input->process(isset($env['argv']) ? $env['argv'] : array());
83
84
if ($input->getOption('help')->value === TRUE) {
85
$this->showVersion();
0 commit comments