Skip to content

Commit 961fd83

Browse files
committed
fix merge
1 parent ea93f1b commit 961fd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/ConstraintValidatorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,11 @@ public function doValidatePropertyValue($objectOrClass, $propertyName, $value, $
499499

500500
public function getViolations()
501501
{
502-
return $this->context->getViolations();
503502
}
504503

505504
public function doGetViolations()
506505
{
506+
return $this->context->getViolations();
507507
}
508508

509509
public function expectNoValidate()

0 commit comments

Comments
 (0)