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
I think we should get rid of this kind of setter parameters:
public function setter(?string value): void;
If such setters still exist after #92, we might make it non-nullable. Either provide a string, or not use the setter at all in the implementation layer.
The text was updated successfully, but these errors were encountered:
I think we should get rid of this kind of setter parameters:
If such setters still exist after #92, we might make it non-nullable. Either provide a string, or not use the setter at all in the implementation layer.
The text was updated successfully, but these errors were encountered: