소스 검색

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