Skip to content

Commit

Permalink
Fix Psalm (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Jan 25, 2024
1 parent d875fac commit 5381317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SimpleItemsStorage.php
Expand Up @@ -10,8 +10,8 @@
* name: string,
* description?: string,
* ruleName?: string,
* createdAt?: int,
* updatedAt?: int,
* created_at?: int,
* updated_at?: int,
* children?: string[]
* }
*
Expand Down

0 comments on commit 5381317

Please sign in to comment.