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:
parent
630529740c
commit
fa3fd10058
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user