1
0
Fork 0

Clarity fix

pull/736/merge
Jordi Boggiano 2012-05-28 02:05:23 +02:00
parent d21032ace5
commit 704b7a655f
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ EOT
if ($package->getSupport()) {
$output->writeln("\n<info>support</info>");
foreach ($package->getSupport() as $type => $url) {
$output->writeln('<comment>' . $type . '</comment> : '.$url);
foreach ($package->getSupport() as $type => $value) {
$output->writeln('<comment>' . $type . '</comment> : '.$value);
}
}