瀏覽代碼

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