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:
parent
c0de59c943
commit
79603820d8
@ -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 {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user