From aae858b60f47fa50361dd7621db88510c8422e10 Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Fri, 8 Sep 2023 13:16:18 +0600 Subject: [PATCH] Psalm - simplify type --- src/ItemsStorageInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ItemsStorageInterface.php b/src/ItemsStorageInterface.php index 3d38b139..679ac301 100644 --- a/src/ItemsStorageInterface.php +++ b/src/ItemsStorageInterface.php @@ -7,7 +7,7 @@ /** * A storage for RBAC roles and permissions used in {@see Manager}. * - * @psalm-type ItemsIndexedByName = array + * @psalm-type ItemsIndexedByName = array */ interface ItemsStorageInterface {