Skip to content

Commit

Permalink
Ignore Ray_Di_* test files in PHPStan config
Browse files Browse the repository at this point in the history
Added a new pattern to the PHPStan configuration to exclude all test files matching 'tests/di/Ray_Di_*'. This helps to prevent analysis of test artifacts that are irrelevant to the project's static code analysis results.
  • Loading branch information
koriym committed Sep 7, 2024
1 parent e85a237 commit ad915d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:
- tests/di/tmp/*
- tests/Di/tmp/*
- tests/di/Fake/*
- tests/di/Ray_Di_*
ignoreErrors:
- '#contains generic class ReflectionAttribute but does not specify its types:#'
- '#generic class ReflectionAttribute but does not specify its types:#'

0 comments on commit ad915d6

Please sign in to comment.