You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was $metadata->addPropertyConstraint('age', new Assert\NotEqualTo('Mary'));
should be $metadata->addPropertyConstraint('firstName', new Assert\NotEqualTo('Mary'));
0 commit comments