Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d8c18cc

Browse filesBrowse files
ogizanagifabpot
authored andcommitted
[Console] Review Application docblocks
1 parent c360a22 commit d8c18cc
Copy full SHA for d8c18cc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed

‎src/Symfony/Component/Console/Application.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ public function setDispatcher(EventDispatcherInterface $dispatcher)
102102
* @param OutputInterface $output An Output instance
103103
*
104104
* @return int 0 if everything went fine, or an error code
105-
*
106-
* @throws \Exception When doRun returns Exception
107105
*/
108106
public function run(InputInterface $input = null, OutputInterface $output = null)
109107
{
@@ -387,7 +385,7 @@ public function add(Command $command)
387385
*
388386
* @return Command A Command object
389387
*
390-
* @throws \InvalidArgumentException When command name given does not exist
388+
* @throws \InvalidArgumentException When given command name does not exist
391389
*/
392390
public function get($name)
393391
{
@@ -831,8 +829,6 @@ protected function configureIO(InputInterface $input, OutputInterface $output)
831829
* @param OutputInterface $output An Output instance
832830
*
833831
* @return int 0 if everything went fine, or an error code
834-
*
835-
* @throws \Exception when the command being run threw an exception
836832
*/
837833
protected function doRunCommand(Command $command, InputInterface $input, OutputInterface $output)
838834
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.