From 9d8b15ece4e5122567a7508af3f62f908567884f Mon Sep 17 00:00:00 2001 From: Ian Morland Date: Wed, 11 Oct 2023 17:19:34 +0100 Subject: [PATCH] Revert "is it really that simple?" This reverts commit 2006755cf17157e653c610e222377cac5f127e50. --- framework/core/src/Extend/Conditional.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Extend/Conditional.php b/framework/core/src/Extend/Conditional.php index 2d9caaab21..55584beebe 100644 --- a/framework/core/src/Extend/Conditional.php +++ b/framework/core/src/Extend/Conditional.php @@ -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 + * @var array */ protected $conditions = [];