Skip to content

Commit

Permalink
Merge pull request #168 from oliverklee/bugfix/ignore-storage-key
Browse files Browse the repository at this point in the history
[BUGFIX] Avoid warnings about `ObjectStorage` with PHPStan 1.11.9
  • Loading branch information
sascha-egerer authored Aug 3, 2024
2 parents 4fcc87d + b133717 commit 85ff3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/ObjectStorage.stub
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ObjectStorage implements \Iterator, \ArrayAccess
* @phpstan-ignore-next-line See https://forge.typo3.org/issues/98146
* @return string|null
*/
// @phpstan-ignore-next-line See https://forge.typo3.org/issues/98146
public function key();

/**
Expand Down

0 comments on commit 85ff3e4

Please sign in to comment.