Skip to content

Commit c7fa320

Browse files
Merge branch '5.2' into 5.3
* 5.2: [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 4f90ccd + d5b0c28 commit c7fa320

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
@@ -508,7 +508,7 @@ public function getName()
508508
* @param bool $hidden Whether or not the command should be hidden from the list of commands
509509
* The default value will be true in Symfony 6.0
510510
*
511-
* @return Command The current instance
511+
* @return $this
512512
*
513513
* @final since Symfony 5.1
514514
*/

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)