siip-whatsapp-notifications.../vendor/ubnt/ucrm-plugin-sdk/phpstan.neon
2024-12-31 09:48:29 +00:00

14 lines
547 B
Plaintext
Executable File

includes:
- vendor/eloquent/phpstan-phony/phony.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
ignoreErrors:
- '#Only booleans are allowed in#'
# false positive
- '#UcrmOptionsManager::loadOptions\(\) should return .+ but returns .+UcrmOptions\|null#'
# mixed[] return type of json_decode
- '#Method Ubnt\\UcrmPluginSdk\\Util\\Json::decode\(\) should return array but returns mixed.#'
- '#Property Ubnt\\UcrmPluginSdk\\Data\\UcrmUser::.+ \(.+\) does not accept mixed.#'