-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathphpstan.neon.dist
20 lines (20 loc) · 1.4 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
level: max
paths:
- Economic
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
ignoreErrors:
- '#Method Lenius\\Economic\\API\\Client::shutdown\(\) has no return typehint specified.#'
- '#Method Lenius\\Economic\\API\\Client::create\(\) has no return typehint specified.#'
- '#Method Lenius\\Economic\\API\\Client::authenticate\(\) has no return typehint specified.#'
- '#Property Lenius\\Economic\\API\\Client::\$ch \(resource\) does not accept null.#'
- '#Parameter \#1 \$handle of function curl_close expects CurlHandle, resource given.#'
- '#Parameter \#1 \$handle of function curl_setopt expects CurlHandle, resource\|false given.#'
- '#Parameter \#1 \$handle of function curl_exec expects CurlHandle, resource\|false given.#'
- '#Parameter \#1 \$handle of function curl_errno expects CurlHandle, resource\|false given.#'
- '#Parameter \#1 \$handle of function curl_getinfo expects CurlHandle, resource\|false given.#'
- '#Parameter \#1 \$handle of function curl_error expects CurlHandle, resource\|false given.#'
- '#Parameter \#1 \$handle of function curl_setopt_array expects CurlHandle, resource\|false given.#'
- '#Property Lenius\\Economic\\API\\Client::\$ch \(resource\|false\) does not accept CurlHandle.#'