From 8183b7b86316765101e59e87c9f5fa350ed24c7c Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Thu, 11 Jan 2024 19:54:17 +0600 Subject: [PATCH] Fix Psalm --- src/Item.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Item.php b/src/Item.php index 1b6a818b..ff5e2ec6 100644 --- a/src/Item.php +++ b/src/Item.php @@ -139,10 +139,10 @@ final public function hasUpdatedAt(): bool * @psalm-return array{ * name:string, * description:string, - * ruleName:string|null, + * rule_name:string|null, * type:string, - * updatedAt:int|null, - * createdAt:int|null, + * updated_at:int|null, + * created_at:int|null, * } */ final public function getAttributes(): array