mirror of
https://github.com/danog/psalm.git
synced 2024-11-29 20:28:59 +01:00
doc: FilterIterator
added to list of built-in templates.
This commit is contained in:
parent
5afc3282d4
commit
3e1dd8d190
@ -450,3 +450,5 @@ Psalm has support for a number of builtin classes and interfaces that you can ex
|
||||
- `class DOMNodeList<TNode of DOMNode> implements Traversable<int, TNode>`
|
||||
- `class SplDoublyLinkedList<TValue> implements Iterator<TKey, TValue>, ArrayAccess<TKey, TValue>`
|
||||
- `class SplQueue<TValue> extends SplDoublyLinkedList<TValue>`
|
||||
|
||||
- `abstract class FilterIterator<TKey, TValue, TIterator>`
|
||||
|
Loading…
Reference in New Issue
Block a user