Skip to content

1.0.0 - 2023-01-04

Compare
Choose a tag to compare
@jrfnl jrfnl released this 04 Jan 00:34
· 175 commits to stable since this release
5ab4e9e

⚠️ Important: this package now requires PHPCSUtils 1.0.0. Please make sure you use --with-[all-]dependencies when running composer update. ❗

For the full list of features, please see the changelogs of the alpha/rc releases:

Changed

Other

  • Updated various sniffs to take advantage of PHPCSUtils 1.0.0(-rc1). #193, #194, #195
  • Minor documentation improvements.
  • Various housekeeping.

Fixed

Modernize

  • Modernize.FunctionCalls.Dirname: the sniff will now correctly recognize magic constants in a case-insensitive manner. #187