Browse Source

Fixed render method

SofHad 10 years ago
parent
commit
844b57bf7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Command/LicensesCommand.php

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

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