Skip to content

Commit 8dd035b

Browse files
Fix merge
1 parent b243eb4 commit 8dd035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DumpCompletionCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private function tailDebugLog(string $commandName, OutputInterface $output): voi
143143
*/
144144
private function getSupportedShells(): array
145145
{
146-
if (null !== $this->supportedShells) {
146+
if (isset($this->supportedShells)) {
147147
return $this->supportedShells;
148148
}
149149

0 commit comments

Comments
 (0)