Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f29023c

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Mime] Fix invalid DKIM signature with multiple parts Fix Command::run phpdoc Update Response.php [HttpFoundation] Fix TypeError on null `$_SESSION` in `NativeSessionStorage::save()`
2 parents 09a5561 + 3f2ece4 commit f29023c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Command/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ protected function initialize(InputInterface $input, OutputInterface $output)
242242
*
243243
* @return int The command exit code
244244
*
245-
* @throws \Exception When binding input fails. Bypass this by calling {@link ignoreValidationErrors()}.
245+
* @throws ExceptionInterface When input binding fails. Bypass this by calling {@link ignoreValidationErrors()}.
246246
*
247247
* @see setCode()
248248
* @see execute()

0 commit comments

Comments
 (0)