mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Add PHP8-compat stub for SimpleXMLElement::current
This commit is contained in:
parent
8bfb0412e7
commit
551a5d84ab
@ -2214,3 +2214,15 @@ final class WeakReference
|
||||
/** @return ?T */
|
||||
public function get(): ?object;
|
||||
}
|
||||
|
||||
class SimpleXMLElement implements \Stringable, \Countable, \RecursiveIterator
|
||||
{
|
||||
/** @return SimpleXMLElement */
|
||||
public function current()
|
||||
{
|
||||
}
|
||||
/** @return SimpleXMLElement|null */
|
||||
public function getChildren()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user