Skip to content

Commit c741aab

Browse files
Fix merge
1 parent c161e05 commit c741aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/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)