File: phpstan.neon.dist

package info (click to toggle)
php-monolog 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,456 kB
  • sloc: php: 16,836; makefile: 20
file content (23 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
    level: 8

    treatPhpDocTypesAsCertain: false
    reportUnmatchedIgnoredErrors: true

    paths:
        - src/
#        - tests/

    excludePaths:
        - 'src/Monolog/Handler/PHPConsoleHandler.php'

    ignoreErrors:
        - '#zend_monitor_|ZEND_MONITOR_#'
        - '#MongoDB\\(Client|Collection)#'

includes:
    - phpstan-baseline.neon
    - phpstan-ignore-by-php-version.neon.php
    - phar://phpstan.phar/conf/bleedingEdge.neon
    - vendor/phpstan/phpstan-strict-rules/rules.neon
    - vendor/phpstan/phpstan-deprecation-rules/rules.neon