1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-05-30 10:36:45 +00:00
parent 6f11e044a7
commit 6e783b9c78

View File

@@ -18,7 +18,7 @@ trait ScopeVisibilityTrait
/**
* @todo: define clear scoper interfaces.
*
* @var array<string, array<string, callable(User, Builder $query, ?string $ability): void>>
* @var array<string, array<string, callable(User, Builder, ?string $ability): void>>
*/
protected static array $visibilityScopers = [];