Skip to content

Commit 80e5842

Browse files
Fix psalm
1 parent c634ce9 commit 80e5842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Command/QuestionableCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ final protected function askConfirmation(
6060
return $questionHelper->ask($input, $output, $question);
6161
}
6262

63+
/**
64+
* @psalm-suppress LessSpecificReturnStatement, MoreSpecificReturnType
65+
*/
6366
final protected function getQuestionHelper(): QuestionHelper
6467
{
6568
return $this->getHelper('question');

0 commit comments

Comments
 (0)