Skip to content

Commit

Permalink
let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Oct 11, 2023
1 parent 9d8b15e commit 42136f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/Extend/Conditional.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Conditional implements ExtenderInterface
* - '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.
*
* @var array<array{condition: bool|callable, extenders: ExtenderInterface[]}>
* @var array<array{condition: bool|callable, extenders: ExtenderInterface[]|callable|string}>
*/
protected $conditions = [];

Expand Down

0 comments on commit 42136f0

Please sign in to comment.