0.10.1
- 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.
- If you use this library in a PHP 7 only project, you may want to re-enable
- Re-enabled more checks for multi-line calls, because comments in them are now tolerated phpcs#794.