Skip to content

Commit

Permalink
Merge pull request #10778 from weirdan/10773-fix-weakmap-iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Mar 3, 2024
2 parents 20e8604 + edc123b commit 9e905ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/CoreGenericClasses.phpstub
Expand Up @@ -492,6 +492,11 @@ final class WeakMap implements ArrayAccess, Countable, IteratorAggregate, Traver
* @return void
*/
public function offsetUnset($offset) {}

/**
* @return Traversable<TKey, TVal>
*/
public function getIterator() { }
}

class mysqli
Expand Down

0 comments on commit 9e905ec

Please sign in to comment.