Skip to content

1.1.1 - 2023-08-26

Compare
Choose a tag to compare
@jrfnl jrfnl released this 26 Aug 04:50
· 48 commits to stable since this release
98bcdba

Changed

Modernize

  • Modernize.FunctionCalls.Dirname: the sniff will now respect a potentially set php_version configuration option and only report on modernizations which are possible on the configured php_version. #261
    If the php_version is not set, the sniff will continue to report on all modernization options.

Other

  • Various documentation improvements. Props in part to @szepeviktor.
  • Improved defensive coding in select places.
  • Various housekeeping.