8000 Add @throws phpdoc · symfony/symfony@7af901e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7af901e

Browse files
committed
Add @throws phpdoc
1 parent 92eb9e1 commit 7af901e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Console/Command/Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ protected function initialize(InputInterface $input, OutputInterface $output)
202202
*
203203
* @return int The command exit code
204204
*
205+
* @throws \Exception When binding input fails. Bypass this by calling {@link ignoreValidationErrors()}.
206+
*
205207
* @see setCode()
206208
* @see execute()
207209
*/

0 commit comments

Comments
 (0)
0