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
Psalm fixes:
- Add #[Override] attribute to all TransformationRule implementations
(transform() and getName() methods) via psalm --alter
- AgeRule: remove redundant (int) cast, DateInterval->y is already int
- DateToIso8601Rule: ensure $tz is non-empty-string before DateTimeZone()
- RelativeDateRule: use intdiv(int, int) instead of / operator;
cast abs() result to (int) since abs(int) returns float|int in Psalm
- PercentageRule: use 100.0 instead of 100 to fix float * int InvalidOperand
CS-Fixer: auto-format new source and test files to project code style
0 commit comments