Преглед на файлове

Restore OutputInterface type hint

Jordi Boggiano преди 9 години
родител
ревизия
00d12526ec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Composer/Command/BaseDependencyCommand.php

+ 1 - 1
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();