Skip to content

Commit

Permalink
Fix missing type error in AccessKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 19, 2023
1 parent 1f165a4 commit a355d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ parameters:
- vendor

ignoreErrors:
-
message: "#^Class Art4\\\\JsonApiClient\\\\Helper\\\\AccessKey extends generic class SplStack but does not specify its types\\: TValue$#"
count: 1
path: src/Helper/AccessKey.php

-
message: "#^Property Art4\\\\JsonApiClient\\\\V1\\\\ResourceNull\\:\\:\\$data is never read, only written\\.$#"
count: 1
Expand Down
2 changes: 2 additions & 0 deletions src/Helper/AccessKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/**
* AccessKey
*
* @extends SplStack<string>
*
* @internal
*/
final class AccessKey extends SplStack
Expand Down

0 comments on commit a355d59

Please sign in to comment.