OpenXE/vendor/league/oauth1-client/phpstan.neon
2021-05-21 08:49:41 +02:00

11 lines
434 B
Plaintext

parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
-
message: '#has unknown class OpenSSLAsymmetricKey as its type#'
path: src/Credentials/RsaClientCredentials.php
-
message: '#invalid type OpenSSLAsymmetricKey#'
path: src/Credentials/RsaClientCredentials.php
reportUnmatchedIgnoredErrors: false