Explorar o código

Restore OutputInterface type hint

Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
00d12526ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();