File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Filter options
src/Symfony/Component/Console Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ public function setDispatcher(EventDispatcherInterface $dispatcher)
102
102
* @param OutputInterface $output An Output instance
103
103
*
104
104
* @return int 0 if everything went fine, or an error code
105
- *
106
- * @throws \Exception When doRun returns Exception
107
105
*/
108
106
public function run (InputInterface $ input = null , OutputInterface $ output = null )
109
107
{
@@ -387,7 +385,7 @@ public function add(Command $command)
387
385
*
388
386
* @return Command A Command object
389
387
*
390
- * @throws \InvalidArgumentException When command name given does not exist
388
+ * @throws \InvalidArgumentException When given command name does not exist
391
389
*/
392
390
public function get ($ name )
393
391
{
@@ -831,8 +829,6 @@ protected function configureIO(InputInterface $input, OutputInterface $output)
831
829
* @param OutputInterface $output An Output instance
832
830
*
833
831
* @return int 0 if everything went fine, or an error code
834
- *
835
- * @throws \Exception when the command being run threw an exception
836
832
*/
837
833
protected function doRunCommand (Command $ command , InputInterface $ input , OutputInterface $ output )
838
834
{
You can’t perform that action at this time.
0 commit comments