File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ class Expression extends Constraint
4141 public bool $ negate = true ;
4242
4343 /**
44- * @param string|ExpressionObject|array<string,mixed>| null $expression The expression to evaluate
45- * @param array<string,mixed>|null $values The values of the custom variables used in the expression (defaults to an empty array)
46- * @param string[]|null $groups
47- * @param bool|null $negate Whether to fail if the expression evaluates to true (defaults to false)
44+ * @param string|ExpressionObject|null $expression The expression to evaluate
45+ * @param array<string,mixed>|null $values The values of the custom variables used in the expression (defaults to an empty array)
46+ * @param string[]|null $groups
47+ * @param bool|null $negate Whether to fail if the expression evaluates to true (defaults to false)
4848 */
4949 public function __construct (
5050 string |ExpressionObject |null $ expression ,
You can’t perform that action at this time.
0 commit comments