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
776781e522
commit
db37a93efa
4 changed files with 13 additions and 13 deletions
|
@ -19,7 +19,7 @@ interface AddonHelper
|
|||
* This list is made from scanning the addon/ folder.
|
||||
* Unsupported addons are excluded unless they already are enabled or system.show_unsupported_addon is set.
|
||||
*
|
||||
* @return array<array<string|bool|array>>
|
||||
* @return array<array<string|string|array>>
|
||||
*/
|
||||
public function getAvailableAddons(): array;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ final class AddonProxy implements AddonHelper
|
|||
* This list is made from scanning the addon/ folder.
|
||||
* Unsupported addons are excluded unless they already are enabled or system.show_unsupported_addon is set.
|
||||
*
|
||||
* @return array<array<string|bool|array>>
|
||||
* @return array<array<string|string|array>>
|
||||
*/
|
||||
public function getAvailableAddons(): array
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue