-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
22 lines (22 loc) · 1.67 KB
/
Copy pathphpstan.neon.dist
File metadata and controls
22 lines (22 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
level: max
paths:
- src
- tests
tmpDir: build/phpstan
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '~Parameter #1 \$callback of function call_user_func expects callable\(\): mixed, array\{object, ''addListener''\} given~'
- '~Parameter #1 \$callback of function call_user_func expects callable\(\): mixed, array\{object, ''dispatch''\} given~'
- '~Property .*GuzzleTransport::\$client has unknown class GuzzleHttp\\ClientInterface as its type~'
- '~Parameter \$client of method .*GuzzleTransport::__construct\(\) has invalid type GuzzleHttp\\ClientInterface~'
- '~Default value of the parameter #1 \$client \(GuzzleHttp\\Client\) of method .*GuzzleTransport::__construct\(\) is incompatible with type GuzzleHttp\\ClientInterface~'
- '~Instantiated class GuzzleHttp\\Client not found~'
- '~Property .*GuzzleTransport::\$client .* does not accept GuzzleHttp\\Client\|GuzzleHttp\\ClientInterface~'
- '~Call to method request\(\) on an unknown class GuzzleHttp\\ClientInterface~'
- '~Caught class GuzzleHttp\\Exception\\GuzzleException not found~'
- '~Call to method getCode\(\) on an unknown class GuzzleHttp\\Exception\\GuzzleException~'
- '~Call to method getMessage\(\) on an unknown class GuzzleHttp\\Exception\\GuzzleException~'
- '~Parameter .* of class Sujip\\PayPal\\Notification\\Http\\GuzzleTransport constructor expects GuzzleHttp\\ClientInterface, mixed given~'
- '~Parameter .* of class Sujip\\PayPal\\Notification\\Http\\GuzzleTransport constructor expects GuzzleHttp\\ClientInterface, null given~'