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
Similar to #727, we need to expand our testing into intersection types.
Luckily, intersection types do not currently support nullability ( https://wiki.php.net/rfc/pure-intersection-types ), and only operate with object-alike types, which should make the integration (hopefully) straightforward.
For this, we probably need to add intersection types in new classes replicating:
Similar to #727, we need to expand our testing into intersection types.
Luckily, intersection types do not currently support nullability ( https://wiki.php.net/rfc/pure-intersection-types ), and only operate with object-alike types, which should make the integration (hopefully) straightforward.
For this, we probably need to add intersection types in new classes replicating:
ClassWithPhp80TypedMethods
ClassWithMixedTypedProperties
We need to then integrate those new classes into scenarios that already verify codegen for the ones referenced above.
The text was updated successfully, but these errors were encountered: