Navigation Menu

Skip to content

Commit

Permalink
Fix annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Feb 22, 2018
1 parent 7ebc6af commit 828cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/CommandRunner.php
Expand Up @@ -68,7 +68,7 @@ class CommandRunner implements EventDispatcherInterface
*
* @param \Cake\Core\ConsoleApplicationInterface $app The application to run CLI commands for.
* @param string $root The root command name to be removed from argv.
* @param \Cake\Console\CommandFactoryInterface $factory Command factory instance.
* @param \Cake\Console\CommandFactoryInterface|null $factory Command factory instance.
*/
public function __construct(ConsoleApplicationInterface $app, $root = 'cake', CommandFactoryInterface $factory = null)
{
Expand Down

0 comments on commit 828cceb

Please sign in to comment.