Explorar o código

Merge pull request #3774 from xabbuh/update-table

remove unused method argument
Jordi Boggiano %!s(int64=10) %!d(string=hai) anos
pai
achega
2426788cdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Command/LicensesCommand.php

+ 1 - 1
src/Composer/Command/LicensesCommand.php

@@ -83,7 +83,7 @@ EOT
                         implode(', ', $package->getLicense()) ?: 'none',
                     ));
                 }
-                $table->render($output);
+                $table->render();
                 break;
 
             case 'json':