From 844b57bf7fd76933d9d9afdf270c4654f4f5cb00 Mon Sep 17 00:00:00 2001 From: SofHad Date: Sat, 27 Dec 2014 16:16:36 +0100 Subject: [PATCH] Fixed render method --- src/Composer/Command/LicensesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/LicensesCommand.php b/src/Composer/Command/LicensesCommand.php index 5015dd7d1..073804427 100644 --- a/src/Composer/Command/LicensesCommand.php +++ b/src/Composer/Command/LicensesCommand.php @@ -90,7 +90,7 @@ EOT implode(', ', $package->getLicense()) ?: 'none', )); } - $table->render($output); + $table->render(); break; case 'json':