File: phpstan.neon

package info (click to toggle)
matomo-device-detector 6.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,684 kB
  • sloc: php: 7,758; xml: 79; makefile: 15; sh: 3
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
    level: max
    bootstrapFiles:
        - %rootDir%/../../autoload.php
    paths:
        - %rootDir%/../../../
    excludePaths:
        - %rootDir%/../../../vendor
        - %rootDir%/../../../misc
        - %rootDir%/../../../Tests
        - %rootDir%/../../../autoload.php
    ignoreErrors:
        - '#.+Doctrine\\Common\\Cache\\CacheProvider.+#'
        - '#.+unknown class Illuminate\\Support\\Facades\\Cache.+#'
    reportUnmatchedIgnoredErrors: false
    checkMissingIterableValueType: false