8000 [Console] Review Application docblocks · symfony/symfony@d8c18cc · GitHub
[go: up one dir, main page]

Skip to content

Commit d8c18cc

Browse files
ogizanagifabpot
authored andcommitted
[Console] Review Application docblocks
1 parent c360a22 commit d8c18cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Symfony/Component/Console/Application.php

Lines 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