mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Make StyleCI happy
This commit is contained in:
@@ -62,7 +62,7 @@ class InfoCommand extends AbstractCommand
|
||||
$this->info("Loaded extensions: $phpExtensions");
|
||||
|
||||
foreach ($this->extensions->getEnabledExtensions() as $extension) {
|
||||
/** @var \Flarum\Extension\Extension $extension */
|
||||
/* @var \Flarum\Extension\Extension $extension */
|
||||
$name = $extension->getId();
|
||||
$version = $this->findPackageVersion($extension->getPath(), $extension->getVersion());
|
||||
|
||||
|
Reference in New Issue
Block a user