Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
das-peter authored and github-actions[bot] committed Aug 20, 2024
1 parent d5787b3 commit 1737eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WorkspaceHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public static function checkPermission($element, $type, string $elementType = ''
if (!$element) {
$permissionCache[$cid] = true;
RuntimeCache::set(__METHOD__, $permissionCache);

return $permissionCache[$cid];
}

Expand Down

0 comments on commit 1737eda

Please sign in to comment.