diff --git a/src/Composer/Command/BaseDependencyCommand.php b/src/Composer/Command/BaseDependencyCommand.php index 7638c5a96..4ca6a16a7 100644 --- a/src/Composer/Command/BaseDependencyCommand.php +++ b/src/Composer/Command/BaseDependencyCommand.php @@ -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();