1
0
Fork 0

Restore OutputInterface type hint

pull/4958/head
Jordi Boggiano 2016-02-24 18:24:40 +00:00
parent d7855d03c7
commit 00d12526ec
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class BaseDependencyCommand extends BaseCommand
* @param OutputInterface $output
* @param array $results
*/
protected function printTable($output, $results)
protected function printTable(OutputInterface $output, $results)
{
$table = array();
$doubles = array();