[Console] Fix Application::setDefaultCommand() missing return in docblock

This commit is contained in:
Maxime Steinhausser 2016-08-27 13:57:29 +02:00
parent 94078a09ac
commit 01658355da

View File

@ -1002,6 +1002,8 @@ class Application
*
* @param string $commandName The Command name
* @param bool $isSingleCommand Set to true if there is only one command in this application
*
* @return self
*/
public function setDefaultCommand($commandName, $isSingleCommand = false)
{