Skip to content

Commit

Permalink
Revert "is it really that simple?"
Browse files Browse the repository at this point in the history
This reverts commit 2006755.
  • Loading branch information
imorland committed Oct 11, 2023
1 parent 2006755 commit 9d8b15e
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|string, extenders: ExtenderInterface[]}>
* @var array<array{condition: bool|callable, extenders: ExtenderInterface[]}>
*/
protected $conditions = [];

Expand Down

0 comments on commit 9d8b15e

Please sign in to comment.