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
Improve type for the mode property of the Bic constraint
- the property should not be nullable as the constructor prevents
assigning null and the validator does not expect it either
- phpdoc types are added to let static analysis tool know about the
valid modes thanks to the available class constants
0 commit comments