phpstan.neon 513 B

12345678910111213141516171819202122232425
  1. parameters:
  2. # TODO: Increase rule-level https://phpstan.org/user-guide/rule-levels
  3. level: 6
  4. treatPhpDocTypesAsCertain: false
  5. fileExtensions:
  6. - php
  7. - phtml
  8. paths:
  9. - .
  10. excludePaths:
  11. analyse:
  12. - lib/marienfressinaud/*
  13. - lib/phpgt/*
  14. - lib/phpmailer/*
  15. - lib/SimplePie/*
  16. - vendor/*
  17. analyseAndScan:
  18. - .git/*
  19. - node_modules/*
  20. bootstrapFiles:
  21. - cli/_cli.php
  22. - lib/favicons.php
  23. includes:
  24. - vendor/phpstan/phpstan-phpunit/extension.neon
  25. - vendor/phpstan/phpstan-phpunit/rules.neon