File: phpstan.neon

package info (click to toggle)
php-jolicode-jolinotif 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 772 kB
  • sloc: php: 1,815; makefile: 19; ansic: 11
file content (15 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
includes:
    #- phpstan-baseline.neon

parameters:
    level: 9
    paths:
        - src
        - jolinotif
    tmpDir: 'var/phpstan/tmp'
    inferPrivatePropertyTypeFromConstructor: true
    # checkGenericClassInNonGenericObjectType: false
    excludePaths:
        analyse: []
    ignoreErrors:
        - '#Call to an undefined method FFI::.+#'