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

is it really that simple?

This commit is contained in:
Ian Morland
2023-10-11 17:16:51 +01:00
parent 4eba41a0bc
commit 2006755cf1

View File

@@ -29,7 +29,7 @@ class Conditional implements ExtenderInterface
* - 'condition': a boolean or callable that should return a boolean. * - 'condition': a boolean or callable that should return a boolean.
* - 'extenders': an array of extenders, a callable returning an array of extenders, or an invokable class string. * - 'extenders': an array of extenders, a callable returning an array of extenders, or an invokable class string.
* *
* @var array<array{condition: bool|callable, extenders: ExtenderInterface[]}> * @var array<array{condition: bool|callable|string, extenders: ExtenderInterface[]}>
*/ */
protected $conditions = []; protected $conditions = [];