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
Currently, this standard requires ?Class in 7.4 and Class|null in 8.0. I don't like using |null in places where ? would work fine, so let's change that if we can.
The text was updated successfully, but these errors were encountered:
I looked into doing this myself. I think removing <property name="shortNullable" value="no" /> is the first step (or change the "no" to a "yes" if we want to go back to requiring the ?Foo syntax), but I'm unclear what to do next to build the rules.
Currently, this standard requires
?Class
in 7.4 andClass|null
in 8.0. I don't like using|null
in places where?
would work fine, so let's change that if we can.The text was updated successfully, but these errors were encountered: