mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02:00
Merge pull request #4846 from rxu/ticket/15179
[ticket/15179] Fix indentation
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user