forked from mollie/mollie-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
16 lines (16 loc) · 807 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
level: 2
paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests
- %currentWorkingDirectory%/examples
excludePaths:
- %currentWorkingDirectory%/vendor
ignoreErrors:
- '#Access to an undefined property Eloquent\\Liberator\\LiberatorProxyInterface::\$request#'
- '#Access to protected property Mollie\\Api\\MollieApiClient::\$apiKey#'
- '#Access to protected property Mollie\\Api\\MollieApiClient::\$httpClient#'
- '#Call to an undefined method Mollie\\Api\\HttpAdapter\\MollieHttpAdapterInterface::enableDebugging\(\)#'
- '#Call to an undefined method Mollie\\Api\\HttpAdapter\\MollieHttpAdapterInterface::disableDebugging\(\)#'
includes:
- .phpstan.ignoreErrors.neon