Skip to content

0.10.1

Compare
Choose a tag to compare
@VasekPurchart VasekPurchart released this 20 Jan 19:28
· 120 commits to master since this release
  • Fixing compatibility issue raised in PHP_CodeSniffer 2.5.1 where false positives are reported for code, which is inteded to run on PHP 5, but is checked under PHP 7 (caused by phpcs#858).
    • If you use this library in a PHP 7 only project, you may want to re-enable Squiz.Commenting.FunctionComment.TypeHintMissing in your ruleset.
  • Re-enabled more checks for multi-line calls, because comments in them are now tolerated phpcs#794.