Skip to content

Commit 7cc9549

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: [Console] Review Application docblocks bumped Symfony version to 2.8.16 updated VERSION for 2.8.15 updated CHANGELOG for 2.8.15 bumped Symfony version to 2.7.23 updated VERSION for 2.7.22 update CONTRIBUTORS for 2.7.22 updated CHANGELOG for 2.7.22 Update PHP CS Fixer config file
2 parents 221a60f + 338c7be commit 7cc9549

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Application.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ public function setDispatcher(EventDispatcherInterface $dispatcher)
9999
* @param OutputInterface $output An Output instance
100100
*
101101
* @return int 0 if everything went fine, or an error code
102-
*
103-
* @throws \Exception When doRun returns Exception
104102
*/
105103
public function run(InputInterface $input = null, OutputInterface $output = null)
106104
{
@@ -404,7 +402,7 @@ public function add(Command $command)
404402
*
405403
* @return Command A Command object
406404
*
407-
* @throws CommandNotFoundException When command name given does not exist
405+
* @throws CommandNotFoundException When given command name does not exist
408406
*/
409407
public function get($name)
410408
{
@@ -805,8 +803,6 @@ protected function configureIO(InputInterface $input, OutputInterface $output)
805803
* @param OutputInterface $output An Output instance
806804
*
807805
* @return int 0 if everything went fine, or an error code
808-
*
809-
* @throws \Exception when the command being run threw an exception
810806
*/
811807
protected function doRunCommand(Command $command, InputInterface $input, OutputInterface $output)
812808
{

0 commit comments

Comments
 (0)