Skip to content

Commit 99a81a7

Browse files
authored
Merge pull request #46 from boesing/bugfix/internal-on-arrayinterface-leads-to-internal-psalm-errors
bugfix: remove `@internal` from `ArrayInterface`
2 parents ea4dcdb + 0645551 commit 99a81a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ArrayInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
use OutOfBoundsException;
1010

1111
/**
12-
* @internal
13-
*
1412
* @template TKey of array-key
1513
* @template TValue
1614
* @template-extends IteratorAggregate<TKey,TValue>

0 commit comments

Comments
 (0)