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