forked from JamesHeinrich/getID3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
22 lines (22 loc) · 798 Bytes
/
phpstan.neon
File metadata and controls
22 lines (22 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
level: 4
paths:
- getid3
excludes_analyse:
polluteScopeWithLoopInitialAssignments: true
dynamicConstantNames:
- GETID3_OS_ISWINDOWS
ignoreErrors:
- '#Call to an undefined method COM::GetFile\(\)\.#'
- '#Constant GETID3_TEMP_DIR not found#'
- '#Constant GETID3_HELPERAPPSDIR not found#'
- '#Constant GETID3_ASF_(\w+) not found#'
-
message: '#Function mysql_\w+ not found\.#'
path: getid3/extension.cache.mysql.php
-
message: '#Unreachable statement - code above always terminates#'
path: getid3/module.archive.szip.php
-
message: '#Unreachable statement - code above always terminates#'
path: getid3/module.audio.aa.php