Add key size validation #610
tests.yml
on: pull_request
PHP Style Check
15s
PHPStan Static Analysis
19s
Matrix: test
Annotations
3 errors
|
PHPStan Static Analysis
Process completed with exit code 1.
|
|
PHPStan Static Analysis:
src/JWT.php#L332
Parameter #1 $key of static method Firebase\JWT\JWT::validateRsaKeyLength() expects OpenSSLAsymmetricKey|OpenSSLCertificate, OpenSSLAsymmetricKey|OpenSSLCertificate|resource|string given.
|
|
PHPStan Static Analysis:
src/JWT.php#L270
Parameter #1 $key of static method Firebase\JWT\JWT::validateRsaKeyLength() expects OpenSSLAsymmetricKey|OpenSSLCertificate, OpenSSLAsymmetricKey|OpenSSLCertificate|resource|string given.
|