mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #4846 from rxu/ticket/15179
[ticket/15179] Fix indentation
This commit is contained in:
commit
b51d809491
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class list_available extends \phpbb\console\command\command
|
||||||
foreach ($this->manager->get_available_packages() as $package)
|
foreach ($this->manager->get_available_packages() as $package)
|
||||||
{
|
{
|
||||||
$extensions[] = '<info>' . $package['name'] . '</info> (<comment>' . $package['version'] . '</comment>) ' . $package['url'] .
|
$extensions[] = '<info>' . $package['name'] . '</info> (<comment>' . $package['version'] . '</comment>) ' . $package['url'] .
|
||||||
($package['description'] ? "\n" . $package['description'] : '');
|
($package['description'] ? "\n" . $package['description'] : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
$io->listing($extensions);
|
$io->listing($extensions);
|
||||||
|
|
Loading…
Add table
Reference in a new issue