File: phpstan.neon.dist

package info (click to toggle)
php-composer-pcre 3.1.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: php: 1,291; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
parameters:
    level: 9
    paths:
        - src
        - tests

    treatPhpDocTypesAsCertain: false

    bootstrapFiles:
        - tests/phpstan-locate-phpunit-autoloader.php

includes:
    - vendor/phpstan/phpstan-strict-rules/rules.neon
    - phpstan-baseline.neon