Skip to content

Commit

Permalink
Merge pull request #15 from 21TORR/phpstorm
Browse files Browse the repository at this point in the history
Automatically ignore all PHPStorm attributes-related errors in PHPStan
  • Loading branch information
apfelbox authored Jun 6, 2024
2 parents 173959c + a138fb4 commit 831bdbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.4
=====

* (improvement) Automatically ignore all PHPStorm attributes-related errors in PHPStan.


1.3.3
=====

Expand Down
1 change: 1 addition & 0 deletions phpstan/lib.neon
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ parameters:
- %currentWorkingDirectory%/vendor-bin

ignoreErrors:
- message: "#^Attribute class JetBrains\\\\PhpStorm\\\\.*? does not exist\\.$#"
- identifier: missingType.iterableValue
-
identifier: argument.type
Expand Down

0 comments on commit 831bdbf

Please sign in to comment.