Skip to content

Commit

Permalink
SimpleXMLElement probably iterates over static
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 11, 2021
1 parent cc6d89c commit 4653d15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stubs/iterable.stub
Expand Up @@ -81,10 +81,10 @@ class Generator implements Iterator
}

/**
* @implements Traversable<string, SimpleXMLElement>
* @implements ArrayAccess<int|string, SimpleXMLElement>
* @implements Iterator<string, SimpleXMLElement>
* @implements RecursiveIterator<string, SimpleXMLElement>
* @implements Traversable<string, static>
* @implements ArrayAccess<int|string, static>
* @implements Iterator<string, static>
* @implements RecursiveIterator<string, static>
*/
class SimpleXMLElement implements Traversable, ArrayAccess, Iterator, RecursiveIterator
{
Expand Down

0 comments on commit 4653d15

Please sign in to comment.