diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deb5b7..95fdff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.3.4 +===== + +* (improvement) Automatically ignore all PHPStorm attributes-related errors in PHPStan. + + 1.3.3 ===== diff --git a/phpstan/lib.neon b/phpstan/lib.neon index 829b4fa..37e11e7 100644 --- a/phpstan/lib.neon +++ b/phpstan/lib.neon @@ -24,6 +24,7 @@ parameters: - %currentWorkingDirectory%/vendor-bin ignoreErrors: + - message: "#^Attribute class JetBrains\\\\PhpStorm\\\\.*? does not exist\\.$#" - identifier: missingType.iterableValue - identifier: argument.type