Skip to content

1.0.8 - 2023-07-17

Compare
Choose a tag to compare
@jrfnl jrfnl released this 16 Jul 21:45
· 203 commits to stable since this release
69465ca

Changed

PHPCS BackCompat

  • BCFile::getDeclarationName(): sync with PHPCS 3.8.0 - support for functions called self, parent or static which return by reference. #494

Other

  • Various housekeeping and minor documentation improvements.

Fixed

Fixers

  • The SpacesFixer will no longer throw an (incorrect) exception when the second pointer passed is a comment token and this comment token is the last content in a file. #493