File: /www/sites/cbgdh_com/index/wp-content/themes/onenav/vendor/yurunsoft/yurun-http/phpstan.neon
parameters:
level: 6
paths:
- src
- tests
bootstrapFiles:
- vendor/autoload.php
excludePaths:
- vendor
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Unsafe usage of new static\(\).+#'
- '#Method \S+ return type has no value type specified in iterable type array.#'
- '#Method \S+ has parameter \S+ with no value type specified in iterable type array.#'
- '#Property \S+ type has no value type specified in iterable type array.#'
- '#Access to an undefined property Workerman\\Connection\\TcpConnection::\$__request.#'
- '#unknown class CurlHandle#'
- '#invalid typehint type CurlHandle#'
-
message: '#Method \S+ has no return typehint specified.#'
paths:
- tests/unit/**Test.php