-
-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb70f85
commit fe11b70
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ public function supportsAttribute($attribute): bool | |
/** | ||
* @param mixed $subject | ||
* @param mixed[] $attributes | ||
* | ||
* @return self::ACCESS_ABSTAIN|self::ACCESD_DENIED | ||
Check failure on line 40 in src/Security/Authorization/Voter/UserAclVoter.php GitHub Actions / PsalmImplementedReturnTypeMismatch
Check failure on line 40 in src/Security/Authorization/Voter/UserAclVoter.php GitHub Actions / PsalmUndefinedConstant
Check failure on line 40 in src/Security/Authorization/Voter/UserAclVoter.php GitHub Actions / PsalmMismatchingDocblockReturnType
|
||
*/ | ||
public function vote(TokenInterface $token, $subject, array $attributes): int | ||
Check failure on line 42 in src/Security/Authorization/Voter/UserAclVoter.php GitHub Actions / PHPStan
|
||
{ | ||
|