1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix SimpleXMLIterator::current() return type.

This commit is contained in:
AndrolGenhald 2022-06-22 01:38:58 -05:00
parent c0de59c943
commit 79603820d8

View File

@ -75,7 +75,7 @@ class SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator, C
public function valid(): bool {}
public function current(): ?SimpleXMLIterator {}
public function current(): SimpleXMLIterator {}
public function key(): ?string {}