Clarity fix
parent
d21032ace5
commit
704b7a655f
|
@ -172,8 +172,8 @@ EOT
|
||||||
|
|
||||||
if ($package->getSupport()) {
|
if ($package->getSupport()) {
|
||||||
$output->writeln("\n<info>support</info>");
|
$output->writeln("\n<info>support</info>");
|
||||||
foreach ($package->getSupport() as $type => $url) {
|
foreach ($package->getSupport() as $type => $value) {
|
||||||
$output->writeln('<comment>' . $type . '</comment> : '.$url);
|
$output->writeln('<comment>' . $type . '</comment> : '.$value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue