Merge remote-tracking branch 'kayladnls/kayla'
commit
d4062a5594
|
@ -344,9 +344,9 @@ EOT
|
||||||
|
|
||||||
$exactMatch = null;
|
$exactMatch = null;
|
||||||
$choices = array();
|
$choices = array();
|
||||||
foreach ($matches as $position => $package) {
|
foreach ($matches as $position => $foundPackage) {
|
||||||
$choices[] = sprintf(' <info>%5s</info> %s', "[$position]", $package['name']);
|
$choices[] = sprintf(' <info>%5s</info> %s', "[$position]", $foundPackage['name']);
|
||||||
if ($package['name'] === $package) {
|
if ($foundPackage['name'] === $package) {
|
||||||
$exactMatch = true;
|
$exactMatch = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue