diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff72228..8bf1bd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Please update this file right before tagging a new release -## Unreleased +## v1.7.0 * fix some README badges * add a more robust implementation for `TypeService::getPropertyValue()` diff --git a/phpstan.neon b/phpstan.neon index 774f1da9..6230437a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,3 +1 @@ -parameters: - ignoreErrors: - - '#does not call parent constructor from#' +# nothing here for now