-
Notifications
You must be signed in to change notification settings - Fork 41
/
phpstan.neon
31 lines (27 loc) · 927 Bytes
/
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
28
29
30
31
parameters:
level: 3
autoload_directories:
- %currentWorkingDirectory%/../../../var/cache
- %currentWorkingDirectory%/../../../engine/Library
- %currentWorkingDirectory%
autoload_files:
- %currentWorkingDirectory%/../../../autoload.php
paths:
- %currentWorkingDirectory%
excludes_analyse:
- %currentWorkingDirectory%/Components/Smarty
- %currentWorkingDirectory%/vendor
- %currentWorkingDirectory%/tests/Unit/config.php
- %currentWorkingDirectory%/tests/Functional/config.php
- %currentWorkingDirectory%/Resources/smarty
ignoreErrors:
- '#apcu_#'
- '#ioncube_#'
- '#opcache_#'
- '#imagettftext#'
- '#class Redis#'
- '#Constant STARTTIME#'
- '#_current_file#'
- '#Zend_Cache_Core::save#'
- '#DumpCollector#'
reportUnmatchedIgnoredErrors: false