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

Skip to content

Commit 58bbd10

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [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 b5cf7fb + e84689b commit 58bbd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ protected function initialize(InputInterface $input, OutputInterface $output)
252252
*
253253
* @return int The command exit code
254254
*
255-
* @throws \Exception When binding input fails. Bypass this by calling {@link ignoreValidationErrors()}.
255+
* @throws ExceptionInterface When input binding fails. Bypass this by calling {@link ignoreValidationErrors()}.
256256
*
257257
* @see setCode()
258258
* @see execute()

0 commit comments

Comments
 (0)