Skip to content

v3.3.15

Compare
Choose a tag to compare
@stronk7 stronk7 released this 15 Feb 18:24
· 117 commits to main since this release
3a95fd8

Added

  • 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.
  • Avoided PHP error when checking empty PHP files.

Full changelog