phpunit/php-code-coverage 11.0.9
Changed
- Changed version identifier for static analysis cache from "MD5 over source code" to
Version::id()
- The
SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles()
andSebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles()
methods are no longer deprecated
Fixed
- #1063: HTML report highlights argument named
fn
differently than other named arguments