Skip to content

Commit 1956243

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge
2 parents 7c1817d + 8dd035b commit 1956243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DumpCompletionCommand.php

+1-1
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)