We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788f7e8 commit 9869311Copy full SHA for 9869311
Constraints/Expression.php
@@ -44,7 +44,7 @@ class Expression extends Constraint
44
* @param array<string,mixed>|null $values The values of the custom variables used in the expression (defaults to an empty array)
45
* @param string[]|null $groups
46
* @param array<string,mixed>|null $options
47
- * @param bool|null $negate Whether to fail if the expression evaluates to true (defaults to false)
+ * @param bool|null $negate When set to true, if the expression returns true, the validation will pass (defaults to true)
48
*/
49
#[HasNamedArguments]
50
public function __construct(
0 commit comments