8000 minor #20446 [Command] remove exception annotation from run method (K… · symfony/symfony@7e53eab · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e53eab

Browse files
committed
minor #20446 [Command] remove exception annotation from run method (Karim 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
2 parents 40dc73a + 5a1bf6a commit 7e53eab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ protected function initialize(InputInterface $input, OutputInterface $output)
202202
*
203203
* @return int The command exit code
204204
*
205-
* @throws \Exception
206-
*
207205
* @see setCode()
208206
* @see execute()
209207
*/

0 commit comments

Comments
 (0)
0