Allow compare SimpleXMLElement to number by muno92 · Pull Request #1755 · phpstan/phpstan-src

Fix phpstan/phpstan#1795 SImpleXMLElement can be cast to int. https://3v4l.org/sboWW And, result toNumber of ObjectType (SimpleXMLElement) is UnionType(integer, float). phpstan-src/s...