From 00d12526ec966cc75817c0bf43dd55c76dcbf5c0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 24 Feb 2016 18:24:40 +0000 Subject: [PATCH] Restore OutputInterface type hint --- src/Composer/Command/BaseDependencyCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();