Restore OutputInterface type hint

main
Jordi Boggiano 8 years ago
parent d7855d03c7
commit 00d12526ec

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

Loading…
Cancel
Save