Skip to content

Commit

Permalink
Merge pull request #46 from boesing/bugfix/internal-on-arrayinterface…
Browse files Browse the repository at this point in the history
…-leads-to-internal-psalm-errors

bugfix: remove `@internal` from `ArrayInterface`
  • Loading branch information
boesing authored Apr 29, 2021
2 parents ea4dcdb + 0645551 commit 99a81a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ArrayInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
use OutOfBoundsException;

/**
* @internal
*
* @template TKey of array-key
* @template TValue
* @template-extends IteratorAggregate<TKey,TValue>
Expand Down

0 comments on commit 99a81a7

Please sign in to comment.