File: phpstan.neon

package info (click to toggle)
php-getid3 2.0.0~beta6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,108 kB
  • sloc: php: 34,627; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
    excludes_analyse:
    polluteScopeWithLoopInitialAssignments: true
    ignoreErrors:
        - '#Call to an undefined method COM::GetFile\(\)\.#'
        - '#Constant GETID3_ASF_(\w+) not found#'
        -
            message: '#Function mysql_\w+ not found\.#'
            path: src/Cache/Mysql.php
        -
            message: '#Unreachable statement - code above always terminates#'
            path: src/Module/Archive/Szip.php
        -
            message: '#Unreachable statement - code above always terminates#'
            path: src/Module/Audio/Aa.php