forked from JamesHeinrich/getID3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
21 lines (21 loc) · 820 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 mysql_\w+ not found\.#'
path: getid3/extension.cache.mysql.php
-
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: '#Unreachable statement - code above always terminates#'
path: getid3/module.audio.aa.php