Skip to content

Commit

Permalink
Fix Command::run phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and fabpot committed Jul 5, 2022
1 parent 412cf75 commit 3f2ece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ protected function initialize(InputInterface $input, OutputInterface $output)
*
* @return int The command exit code
*
* @throws \Exception When binding input fails. Bypass this by calling {@link ignoreValidationErrors()}.
* @throws ExceptionInterface When input binding fails. Bypass this by calling {@link ignoreValidationErrors()}.
*
* @see setCode()
* @see execute()
Expand Down

0 comments on commit 3f2ece4

Please sign in to comment.