Skip to content

1.0.9 - 2023-12-08

Compare
Choose a tag to compare
@jrfnl jrfnl released this 08 Dec 14:54
· 144 commits to stable since this release
908247b

Added

PHPCS BackCompat

  • BCFile::getMemberProperties(): sync with PHPCS 3.8.0 - support for PHP 8.2 true type. #524
  • BCFile::getMethodProperties(): sync with PHPCS 3.8.0 - support for PHP 8.2 true type. #524
  • BCFile::getMethodParameters(): sync with PHPCS 3.8.0 - support for PHP 8.2 true type. #524

Changed

TestUtils

Other

  • Dropped support for PHP_CodeSniffer < 3.8.0. #523
    Please ensure you run composer update phpcsstandards/phpcsutils --with-dependencies to benefit from this.
  • Small improvements to the documentation website generation. Includes a contribution from @fredden.
  • Various housekeeping and documentation improvements. Includes a contribution from @fredden.