phpstan.neon 434 B

1234567891011
  1. parameters:
  2. checkMissingIterableValueType: false
  3. checkGenericClassInNonGenericObjectType: false
  4. ignoreErrors:
  5. -
  6. message: '#has unknown class OpenSSLAsymmetricKey as its type#'
  7. path: src/Credentials/RsaClientCredentials.php
  8. -
  9. message: '#invalid type OpenSSLAsymmetricKey#'
  10. path: src/Credentials/RsaClientCredentials.php
  11. reportUnmatchedIgnoredErrors: false