Skip to content

Commit d5b0c28

Browse files
Merge branch '4.4' into 5.2
* 4.4: [Mailer] better handling of HttpClient's DecodingExceptionInterface phpdoc fixes Fixes missing translations for Dutch (nl) [Security][Validator] Add missing Persian translations (fa) [Mailer] Make sure Http TransportException is not leaking * wrong trans-unit ids [Translator] fix fallback to Locale::getDefault()
2 parents f62eda5 + 2c46985 commit d5b0c28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public function getName()
463463
* @param bool $hidden Whether or not the command should be hidden from the list of commands
464464
* The default value will be true in Symfony 6.0
465465
*
466-
* @return Command The current instance
466+
* @return $this
467467
*
468468
* @final since Symfony 5.1
469469
*/

Helper/QuestionHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ private function isInteractiveInput($inputStream): bool
504504
* @param resource $inputStream The handler resource
505505
* @param Question $question The question being asked
506506
*
507-
* @return string|bool The input received, false in case input could not be read
507+
* @return string|false The input received, false in case input could not be read
508508
*/
509509
private function readInput($inputStream, Question $question)
510510
{

0 commit comments

Comments
 (0)