Fix code style

This commit is contained in:
Art4 2025-02-03 13:59:58 +00:00
parent d82483f342
commit 9c002a1aa2
3 changed files with 33 additions and 24 deletions

View file

@ -19,14 +19,14 @@ interface AddonHelper
*/
public function isEnabled(string $addonId): bool;
/**
/**
* Returns a list with the IDs of the enabled addons
*
* @return string[]
*/
public function getEnabledList(): array;
/**
/**
* Returns the list of the IDs of the non-hidden enabled addons
*
* @return string[]