Skip to content

Commit

Permalink
Fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Sep 28, 2023
1 parent 52b4615 commit bbb9eb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ItemsStorage.php
Expand Up @@ -380,7 +380,6 @@ private function getItemsByType(string $type): array
->where(['type' => $type])
->all();

/** @psalm-var array<string, Permission> | array<string, Role> */
return $this->getItemsIndexedByName($rawItems);
}

Expand Down

0 comments on commit bbb9eb1

Please sign in to comment.