Skip to content

Commit f15e57c

Browse files
author
ms2ad
authored
Add missing variable name in var tag in PermissionResolver (#423)
1 parent b106a2a commit f15e57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Repository/Permission/PermissionResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function canUser(string $module, string $function, ValueObject $object, a
206206
* These are already filtered by hasAccess and given hasAccess did not return boolean
207207
* there must be some, so only return true if one of them says yes.
208208
*
209-
* @var \Ibexa\Contracts\Core\Repository\Values\User\Policy
209+
* @var \Ibexa\Contracts\Core\Repository\Values\User\Policy $policy
210210
*/
211211
foreach ($permissionSet['policies'] as $policy) {
212212
$limitations = $policy->getLimitations();

0 commit comments

Comments
 (0)