Browse Source

Merge pull request #3774 from xabbuh/update-table

remove unused method argument
Jordi Boggiano 10 years ago
parent
commit
2426788cdc
1 changed files with 1 additions and 1 deletions
  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':