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

Stubs: Don't explicitly depend on \Stringable (#5037)

Fixes #5007.
This commit is contained in:
Lukas Bestle 2021-01-17 16:56:24 +01:00 committed by GitHub
parent 72c21c5fa6
commit fdb181fe00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1595,7 +1595,7 @@ final class WeakReference
public function get(): ?object;
}
class SimpleXMLElement implements \Stringable, \Countable, \RecursiveIterator, \ArrayAccess
class SimpleXMLElement implements \Countable, \RecursiveIterator, \ArrayAccess
{
/** @return array */
public function getNamespaces(bool $recursive = false)