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
Cleaned up code - some files were refactored with refactor
The following adjustments were made:
- Simplify regex pattern to known ranges (SimplifyRegexPatternRector)
- Return early prepared value in ifs (PreparedValueToEarlyReturnRector)
- Change ternary of bool : false to && bool
(TernaryToBooleanOrFalseToBooleanAndRector)
- Replace if conditioned variable override with direct return
(ReturnEarlyIfVariableRector)
- Remove recasting of the same type (RecastingRemovalRector)
0 commit comments