Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 8, 2023
1 parent f980689 commit 25be3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/CoreGenericClasses.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ final class WeakMap implements ArrayAccess, Countable, IteratorAggregate, Traver
* Create a new iterator from an ArrayObject instance
* @link http://php.net/manual/en/arrayobject.getiterator.php
*
* @return \Traversable<TKey, TValue> An iterator from an ArrayObject.
* @return \Traversable<TKey, TVal> An iterator from an ArrayObject.
*
* @since 5.0.0
*/
Expand Down

0 comments on commit 25be3c1

Please sign in to comment.