Skip to content

Commit

Permalink
Fix static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Jun 23, 2024
1 parent 60f5b5d commit ce2fa09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataGroup/Element/PaymentReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public static function loadValidatorMetadata(ClassMetadata $metadata): void
]);

$metadata->addPropertyConstraints('reference', [
/** @phpstan-ignore-next-line because docs do not match bc compatible syntax */
new Assert\Type([
'type' => 'alnum',
'groups' => [self::TYPE_QR]
Expand Down

0 comments on commit ce2fa09

Please sign in to comment.