forked from revive-adserver/revive-adserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
39 lines (39 loc) · 915 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
32
33
34
35
36
37
38
39
includes:
- phpstan-baseline.neon
parameters:
level: 0
paths:
- .
scanFiles:
- constants.php
- variables.php
excludePaths:
analyseAndScan:
- lib/xmlrpc/php/openads-api-xmlrpc.inc.php
- plugins
- plugins_dev
- */tests/*
- var
- www/admin/plugins
- www/api/rest
- www/delivery
- www/devel
analyse:
- etc
- lib/JSON
- lib/max/language
- lib/minify
- lib/pear
- lib/pclzip
- lib/simpletest
- lib/smarty
- lib/vendor
- lib/wact
- lib/xajax
- lib/Zend
- www/api/v1
bootstrapFiles:
- phpstan-bootstrap.php
ignoreErrors:
# - '#undefined property#'
- '#should return#'