1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

doc: FilterIterator added to list of built-in templates.

This commit is contained in:
David Schwarz / Ringsdorf 2022-12-17 07:02:07 +01:00 committed by GitHub
parent 5afc3282d4
commit 3e1dd8d190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>`