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 84a9a57 commit 34d1594Copy full SHA for 34d1594
validation/custom_constraint.rst
@@ -552,8 +552,8 @@ class to simplify writing unit tests for your custom constraints::
552
Compound Constraints
553
~~~~~~~~~~~~~~~~~~~~
554
555
-Let's say you create a compound constraint that checks if a string meets
556
-your minimum requirements for your password policy::
+Consider the following compound constraint that checks if a string meets
+the minimum requirements for your password policy::
557
558
// src/Validator/PasswordRequirements.php
559
namespace App\Validator;
0 commit comments