Current File : /var/www/vinorea/modules/psassistant/vendor/prestashop/php-dev-tools/templates/phpstan/phpstan.neon
includes:
  - %currentWorkingDirectory%/vendor/prestashop/php-dev-tools/phpstan/ps-module-extension.neon
    
parameters:
  paths:
    - ./
  excludes_analyse:
    - vendor/
  # We consider that the extension file will be stored the folder test/phpstan
  # From Phpstan 0.12, paths are relative to the .neon file.
  # - ../../classes
  # - ../../controllers
  reportUnmatchedIgnoredErrors: false
  level: max