Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f92e73e

Browse files
committed
Merge pull request symfony#2754 from xabbuh/issue-2751
fix group sequence order
2 parents dcf2c27 + 80eba15 commit f92e73e

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)