Skip to content

v4.2.0

Choose a tag to compare

@gbirke gbirke released this 21 Feb 17:36
· 28 commits to main since this release
71abd74

Changes to enable removal of CanValidateField

Calling code should replace

    $violation = $this->getFieldViolation( $result, 'source_name' );

with

    $violation = $result->setSourceForAllViolations( 'source_name' )->getFirstViolation();