Skip to content

Commit

Permalink
Stubs: Don't explicitly depend on \Stringable (#5037)
Browse files Browse the repository at this point in the history
Fixes #5007.
  • Loading branch information
lukasbestle committed Jan 17, 2021
1 parent 72c21c5 commit fdb181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/CoreGenericClasses.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fdb181f

Please sign in to comment.