Skip to content

Commit c5f1c9f

Browse files
committed
Fix PHPStan error
1 parent 8cfac3b commit c5f1c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Cli/Command/Project/ProjectCommandBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function initialize(InputInterface $input, OutputInterface $output): v
3636
exit(1);
3737
}
3838
} else {
39-
$projectName = $this->stdIn->getArgument('project') ?: '';
39+
$projectName = $this->stdIn->getArgument('project') ?? '';
4040
$this->projectName = $projectName;
4141
}
4242

0 commit comments

Comments
 (0)