Skip to content

Commit

Permalink
Add array as a type accepted for argv parameter (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoaguilera committed Apr 18, 2021
1 parent c308083 commit c925d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ protected function getConfigFilePaths($userConfig)
}

/**
* @param null|\Symfony\Component\Console\Input\InputInterface $input
* @param null|array|\Symfony\Component\Console\Input\InputInterface $input
* @param null|\Symfony\Component\Console\Output\OutputInterface $output
* @param null|\Robo\Application $app
* @param array[] $commandFiles
Expand Down

0 comments on commit c925d29

Please sign in to comment.