forked from JamesHeinrich/getID3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
27 lines (27 loc) · 1.05 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
parameters:
excludes_analyse:
polluteScopeWithLoopInitialAssignments: true
dynamicConstantNames:
- GETID3_OS_ISWINDOWS
ignoreErrors:
- '#Call to an undefined method COM::GetFile\(\)\.#'
- '#Constant GETID3_HELPERAPPSDIR not found#'
- '#Constant GETID3_ASF_(\w+) not found#'
-
message: '#Function rar_\w+ not found\.#'
path: getid3/module.archive.rar.php
-
message: '#Unreachable statement - code above always terminates#'
path: getid3/module.archive.szip.php
-
message: "#Offset 'size' does not exist on array#"
path: getid3/module.audio-video.riff.php
-
message: "#Cannot unset offset 'offset' on array#"
path: getid3/module.audio-video.riff.php
-
message: "#Cannot unset offset 'size' on array#"
path: getid3/module.audio-video.riff.php
-
message: '#Unreachable statement - code above always terminates#'
path: getid3/module.audio.aa.php