8000 Merge branch '5.0' · symfony/symfony@76c98fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 76c98fd

Browse files
Merge branch '5.0'
* 5.0: [Console][QuestionHelper] Use string type declaration
2 parents 1b6c712 + c253ffd commit 76c98fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Console/Helper/QuestionHelper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,9 @@ protected function writePrompt(OutputInterface $output, Question $question)
177177
}
178178

179179
/**
180-
* @param string $tag
181-
*
182180
* @return string[]
183181
*/
184-
protected function formatChoiceQuestionChoices(ChoiceQuestion $question, $tag)
182+
protected function formatChoiceQuestionChoices(ChoiceQuestion $question, string $tag)
185183
{
186184
$messages = [];
187185

0 commit comments

Comments
 (0)
0