Skip to content

Commit 85ff3e4

Browse files
Merge pull request #168 from oliverklee/bugfix/ignore-storage-key
[BUGFIX] Avoid warnings about `ObjectStorage` with PHPStan 1.11.9
2 parents 4fcc87d + b133717 commit 85ff3e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/ObjectStorage.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class ObjectStorage implements \Iterator, \ArrayAccess
4242
* @phpstan-ignore-next-line See https://forge.typo3.org/issues/98146
4343
* @return string|null
4444
*/
45+
// @phpstan-ignore-next-line See https://forge.typo3.org/issues/98146
4546
public function key();
4647

4748
/**

0 commit comments

Comments
 (0)