Skip to content

Commit 8f6962c

Browse files
authored
[TASK] Do not scan the PHPStan unit tests with PHPStan (#1605)
This is broken with newer versions of PHPStan. Fixes #1602
1 parent 96d3108 commit 8f6962c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Build/phpstan/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ parameters:
1414
- %currentWorkingDirectory%/tests/
1515

1616
excludePaths:
17+
- %currentWorkingDirectory%/tests/Unit/PhpStan/
1718
- %currentWorkingDirectory%/tests/fixtures/phpstan/
1819

1920
type_perfect:

0 commit comments

Comments
 (0)