mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Fix code style
This commit is contained in:
parent
d82483f342
commit
9c002a1aa2
3 changed files with 33 additions and 24 deletions
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue