Skip to content

Commit

Permalink
fix: fix IrfoPsvAuth annotation (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Feb 28, 2024
1 parent 788ab4b commit 2a46943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Irfo/IrfoPsvAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class IrfoPsvAuth extends AbstractQuery
{
/**
* @var int
* @Transfe("Laminas\Filter\Digits")
* @Transfer\Filter("Laminas\Filter\Digits")
* @Transfer\Validator("Laminas\Validator\Digits")
* @Transfer\Validator("Laminas\Validator\GreaterThan", options={"min": 0})
*/
Expand Down

0 comments on commit 2a46943

Please sign in to comment.