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
Specifically, |null needs very careful evaluation, as nullable vs non-nullable union types have quite sensitive semantics around code generation and by-ref evaluation.
Once added, we should use this new class wherever ClassWithMixedReferenceableTypedProperties (and proceed fixing any potentially detected issues).
The text was updated successfully, but these errors were encountered:
Ocramius
changed the title
Add scenario for generating proxies for intersection types in properties/parameters
Add scenario for generating proxies for union types in class properties
Dec 7, 2021
Similar to #725 and #722, we need to expand our test assets with a class that contains union types for
For that, we should create a new class alike
ClassWithMixedReferenceableTypedProperties
:ProxyManager/tests/ProxyManagerTestAsset/ClassWithMixedReferenceableTypedProperties.php
Lines 1 to 16 in 95f9ccf
Specifically,
|null
needs very careful evaluation, as nullable vs non-nullable union types have quite sensitive semantics around code generation and by-ref evaluation.Once added, we should use this new class wherever
ClassWithMixedReferenceableTypedProperties
(and proceed fixing any potentially detected issues).The text was updated successfully, but these errors were encountered: