Added
- Document common errors for users to ignore (#564)
- Add
abort
toearlyTerminatingFunctionCalls
config option (#567) - Support for
tap
helper. (#575) - Bumped minimum PHPStan version to 0.12.28
Fixed
- Avoid false-positive when calling static builder methods such as
::find()
on Model classes where
the concrete subclass is not yet known (#565) - Use correct argument order for
Str::startsWith
(#570)
Changed
- Do not overwrite PHPStan's default for
reportUnmatchedIgnoredErrors
(#564)
Removed
- Stop ignoring errors (#564)