Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
snipershady committed Dec 29, 2023
1 parent 5e182f3 commit feed3f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Validator/Constraints/IsTrueValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ class IsTrueValidator extends ConstraintValidator
protected bool $verifyHost;

/**
* Authorization Checker.
*
* @var AuthorizationChecker
*
* @var AuthorizationChecker|null
*/
protected AuthorizationChecker $authorizationChecker;
protected ?AuthorizationCheckerInterface $authorizationChecker;

/**
* Trusted Roles.
Expand Down

0 comments on commit feed3f2

Please sign in to comment.