We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfac3b commit c5f1c9fCopy full SHA for c5f1c9f
1 file changed
src/Cli/Command/Project/ProjectCommandBase.php
@@ -36,7 +36,7 @@ protected function initialize(InputInterface $input, OutputInterface $output): v
36
exit(1);
37
}
38
} else {
39
- $projectName = $this->stdIn->getArgument('project') ?: '';
+ $projectName = $this->stdIn->getArgument('project') ?? '';
40
$this->projectName = $projectName;
41
42
0 commit comments