forked from gyselroth/balloon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
18 lines (16 loc) · 814 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parameters:
autoload_directories:
- %rootDir%/../../../src/app
- %rootDir%/../../../src/lib
- %rootDir%/../../../tests
ignoreErrors:
- '#^Class MongoDB\\BSON\\UTCDateTime constructor invoked with 0 parameters, 1 required\.#'
- '#^Class MongoDB\\BSON\\Binary constructor invoked with 1 parameter, 2 required\.#'
- '#Balloon\\Testsuite\\Unit\\Mock\\Identity\:\:\_\_construct\(\) does not call parent constructor from Micro\\Auth\\Identity\.#'
- '#Call to an undefined method Balloon\\Filesystem\\Node\\AbstractNode#'
- '#Function apc_exists not found#'
- '#Function apc_store not found#'
- '#Function apc_fetch not found#'
reportUnmatchedIgnoredErrors: false
includes:
- vendor/phpstan/phpstan/conf/config.level1.neon