Add trhows PHPDoc in Application::run

This commit is contained in:
Dany Maillard 2017-04-13 23:07:15 +02:00
parent 7890f33370
commit 28332afb38
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ class Application
* @param OutputInterface $output An Output instance
*
* @return int 0 if everything went fine, or an error code
*
* @throws \Exception When running fails. Bypass this when {@link setCatchExceptions()}.
*/
public function run(InputInterface $input = null, OutputInterface $output = null)
{