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 b40bfae commit 29a2545Copy full SHA for 29a2545
reference/constraints/IsFalse.rst
@@ -97,7 +97,7 @@ method returns **false**:
97
public static function loadValidatorMetadata(ClassMetadata $metadata)
98
{
99
$metadata->addGetterConstraint('stateInvalid', new Assert\IsFalse([
100
- 'message' => 'You've entered an invalid state.',
+ 'message' => "You've entered an invalid state.",
101
]));
102
}
103
0 commit comments