Skip to content

Commit

Permalink
Merge pull request #22 from mon-petit-placement/fix/missing-option-in…
Browse files Browse the repository at this point in the history
…-validator-result

fix: add missing externalId in validator result option resolver
  • Loading branch information
Celine68 authored Oct 21, 2024
2 parents 50cc9c0 + 989a005 commit ce0af34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/ValidatorResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public static function configureData(OptionsResolver $resolver): void
->setDefault('reason', null)->setAllowedTypes('reason', ['int', 'null'])
->setDefault('reasonMessage', null)->setAllowedTypes('reasonMessage', ['string', 'null'])
->setDefault('result', null)->setAllowedTypes('result', ['array', 'null'])
->setDefault('externalId', null)->setAllowedTypes('externalId', ['string', 'null'])
;
}

Expand Down

0 comments on commit ce0af34

Please sign in to comment.