Skip to content

Commit

Permalink
Fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Jan 11, 2024
1 parent d7cca4e commit 8183b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8183b7b

Please sign in to comment.