plugins.neon 975 B

1234567891011121314151617181920212223
  1. includes:
  2. #- '../../vendor/phpstan/phpstan-strict-rules/rules.neon'
  3. - '../../vendor/phpstan/phpstan-deprecation-rules/rules.neon'
  4. parameters:
  5. fileExtensions:
  6. - php
  7. excludes_analyse:
  8. - %currentWorkingDirectory%/user/plugins/*/vendor/*
  9. - %currentWorkingDirectory%/user/plugins/*/tests/*
  10. - %currentWorkingDirectory%/user/plugins/gantry5/src/platforms
  11. - %currentWorkingDirectory%/user/plugins/gantry5/src/classes/Gantry/Framework/Services/ErrorServiceProvider.php
  12. bootstrap: tests/phpstan/plugins-bootstrap.php
  13. reportUnmatchedIgnoredErrors: true
  14. universalObjectCratesClasses:
  15. - Grav\Common\Config\Config
  16. - Grav\Common\Config\Languages
  17. - Grav\Common\Config\Setup
  18. - Grav\Common\Data\Data
  19. - Grav\Common\GPM\Common\Package
  20. - Grav\Common\GPM\Local\Package
  21. - Grav\Common\GPM\Remote\Package
  22. - Grav\Common\Session
  23. - Gantry\Component\Config\Config