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
Function declaration lines are verified to have correct whitespace separation (1 space or 0 spaces) between all their parts.
Changed
Modified own CI scripts, bumping them from NodeJS 16 to NodeJS 20 actions.
Fixed
PHP enum uses are not considered side-effects by some sniffs.
PHPDoc blocks are allowed before PHP attributes, that are immediately followed by the PHP structure.
The PHPUnit dataProvider sniff now reports the problematic lines properly.
The valid variable names sniff now detects properly escaped (\$) contents within double quoted strings and they aren't considered - for validation - anymore.