1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fixing null for openssl_x509_parse() in CallMap_80_delta.php too :-)

This commit is contained in:
ThomasLandauer 2021-08-29 12:35:28 +02:00
parent 630529740c
commit fa3fd10058

View File

@ -895,7 +895,7 @@ return [
],
'openssl_x509_parse' => [
'old' => ['array|false', 'certificate'=>'string|resource', 'short_names='=>'bool'],
'new' => ['array|false', 'certificate'=>'OpenSSLCertificate|string', 'short_names'=>'bool|null'],
'new' => ['array|false', 'certificate'=>'OpenSSLCertificate|string', 'short_names='=>'bool'],
],
'openssl_x509_read' => [
'old' => ['resource|false', 'certificate'=>'string|resource'],