Explorar el Código

Restore OutputInterface type hint

Jordi Boggiano hace 9 años
padre
commit
00d12526ec
Se han modificado 1 ficheros con 1 adiciones y 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();