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
This new rule checks for things like:
- no space between the typehint and the property name
- no space between the typehint and the property's modifiers
- no space between the nullability symbol and the typehint
This rule does not check for:
- How many lines the typed properties are separated by
- If two consecutive properties have default values, the `=` sign will be aligned# Please enter the commit message for your changes. Lines starting
0 commit comments