• File: phpstan.neon.dist
  • Full Path: /home/masbinta/public_html/core/vendor/doctrine/inflector/phpstan.neon.dist
  • File size: 308 bytes
  • MIME-type: text/plain
  • Charset: utf-8
includes:
    - vendor/phpstan/phpstan-phpunit/extension.neon
    - vendor/phpstan/phpstan-phpunit/rules.neon
    - vendor/phpstan/phpstan-strict-rules/rules.neon

parameters:
    level: 7
    paths:
      - lib
      - tests

    excludes_analyse:
        - %rootDir%/../../../tests/Doctrine/Tests/Common/*