Skip to content

Commit

Permalink
minor #20446 [Command] remove exception annotation from run method (K…
Browse files Browse the repository at this point in the history
…arim Miladi)

This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #20446).

Discussion
----------

[Command] remove exception annotation from run method

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

5a1bf6a [Command] Fixed method comments as phpDoc syntax
  • Loading branch information
fabpot committed Nov 9, 2016
2 parents 40dc73a + 5a1bf6a commit 7e53eab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Console/Command/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ protected function initialize(InputInterface $input, OutputInterface $output)
*
* @return int The command exit code
*
* @throws \Exception
*
* @see setCode()
* @see execute()
*/
Expand Down

0 comments on commit 7e53eab

Please sign in to comment.