Skip to content

Commit efaff1f

Browse files
committed
phpstan: ci: exclude data from analytics
1 parent 8ef0933 commit efaff1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
includes:
22
- vendor/phpstan/phpstan-phpunit/extension.neon
33
- vendor/phpstan/phpstan-phpunit/rules.neon
4+
5+
parameters:
6+
excludes_analyse:
7+
- %rootDir%/../../../tests/*/data/*

0 commit comments

Comments
 (0)