You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
308 B

3 years ago
  1. includes:
  2. - vendor/phpstan/phpstan-phpunit/extension.neon
  3. - vendor/phpstan/phpstan-phpunit/rules.neon
  4. - vendor/phpstan/phpstan-strict-rules/rules.neon
  5. parameters:
  6. level: 7
  7. paths:
  8. - lib
  9. - tests
  10. excludes_analyse:
  11. - %rootDir%/../../../tests/Doctrine/Tests/Common/*