Skip to content

Commit

Permalink
Revert ItemsIndexedByName psalm type (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Sep 22, 2023
1 parent 5a62e63 commit 04edfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ItemsStorageInterface.php
Expand Up @@ -7,7 +7,7 @@
/**
* A storage for RBAC roles and permissions used in {@see Manager}.
*
* @psalm-type ItemsIndexedByName = array<string, Item>
* @psalm-type ItemsIndexedByName = array<string, Permission|Role>
*/
interface ItemsStorageInterface
{
Expand Down

0 comments on commit 04edfde

Please sign in to comment.