Skip to content

Commit 86a8b69

Browse files
authored
Update PHPStan and exclude Progress as causes infinite loop (#197)
1 parent dc07376 commit 86a8b69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ parameters:
44

55
level: 7
66

7+
excludePaths:
8+
analyse:
9+
- src/Progress.php # Progress causes infinite loop
10+
711
includes:
812
- vendor/phpstan/phpstan-mockery/extension.neon

0 commit comments

Comments
 (0)