From 2006755cf17157e653c610e222377cac5f127e50 Mon Sep 17 00:00:00 2001 From: Ian Morland Date: Wed, 11 Oct 2023 17:16:51 +0100 Subject: [PATCH] is it really that simple? --- 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 55584beebe..2d9caaab21 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 = [];