From eb757224fb64799a4b17b566d33247b830c1d1b2 Mon Sep 17 00:00:00 2001 From: ADmad Date: Wed, 9 Apr 2025 14:31:26 +0530 Subject: [PATCH] Fix type in annotation --- src/IdentityInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IdentityInterface.php b/src/IdentityInterface.php index 09922be0..48af6e1d 100644 --- a/src/IdentityInterface.php +++ b/src/IdentityInterface.php @@ -21,7 +21,7 @@ /** * Identity interface * - * @template-extends \ArrayAccess + * @template-extends \ArrayAccess */ interface IdentityInterface extends ArrayAccess {