Skip to content

Commit 80eba15

Browse files
committed
fix group sequence order
1 parent efd7395 commit 80eba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ username and the password are different only if all other validation passes
849849
use Symfony\Component\Validator\Constraints as Assert;
850850
851851
/**
852-
* @Assert\GroupSequence({"Strict", "User"})
852+
* @Assert\GroupSequence({"User", "Strict"})
853853
*/
854854
class User implements UserInterface
855855
{

0 commit comments

Comments
 (0)