Skip to content

Commit

Permalink
Add missing variable name in var tag in PermissionResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ms2ad committed Aug 26, 2024
1 parent b106a2a commit 245cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Repository/Permission/PermissionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function canUser(string $module, string $function, ValueObject $object, a
* These are already filtered by hasAccess and given hasAccess did not return boolean
* there must be some, so only return true if one of them says yes.
*
* @var \Ibexa\Contracts\Core\Repository\Values\User\Policy
* @var \Ibexa\Contracts\Core\Repository\Values\User\Policy $policy
*/
foreach ($permissionSet['policies'] as $policy) {
$limitations = $policy->getLimitations();
Expand Down

0 comments on commit 245cbf1

Please sign in to comment.