Skip to content

Commit

Permalink
Merge pull request #8917 from d4s6/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 17, 2022
2 parents 5afc328 + 3e1dd8d commit b57e5ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/annotating_code/templated_annotations.md
Expand Up @@ -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>`

0 comments on commit b57e5ba

Please sign in to comment.