Fix code style

This commit is contained in:
Art4 2025-02-04 07:00:09 +00:00
parent 776781e522
commit db37a93efa
4 changed files with 13 additions and 13 deletions

View file

@ -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;

View file

@ -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
{