You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve type incompatibilities
I don't know whether PHP Parser changed or we always had an interesting
situation, but phpstan pointed out that the TypeFactory contained a type
incompatibility. I have resolved that and made the stringifying code
recursive because an intersection type may contain another intersection
type, etc, etc.