-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
17 lines (17 loc) · 833 Bytes
/
phpstan.neon
File metadata and controls
17 lines (17 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
level: 5
paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests
- %currentWorkingDirectory%/examples
excludePaths:
- %currentWorkingDirectory%/vendor
ignoreErrors:
- '#Access to an undefined property Eloquent\\Liberator\\LiberatorProxyInterface::\$request#'
- '#Access to protected property Ominity\\Api\\OminityApiClient::\$apiKey#'
- '#Access to protected property Ominity\\Api\\OminityApiClient::\$httpClient#'
- '#Call to an undefined method Ominity\\Api\\HttpAdapter\\HttpAdapterInterface::enableDebugging\(\)#'
- '#Call to an undefined method Ominity\\Api\\HttpAdapter\\HttpAdapterInterface::disableDebugging\(\)#'
treatPhpDocTypesAsCertain: false
includes:
- phpstan-baseline.neon