Skip to content

Commit 92ea742

Browse files
howyiondrejmirtes
authored andcommitted
Fix parameter definition for Grpc\ChannelCredentials::createSsl
1 parent bfadbdd commit 92ea742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@
36653665
'Grpc\ChannelCredentials::createComposite' => ['Grpc\ChannelCredentials', 'cred1'=>'Grpc\ChannelCredentials', 'cred2'=>'Grpc\CallCredentials'],
36663666
'Grpc\ChannelCredentials::createDefault' => ['Grpc\ChannelCredentials'],
36673667
'Grpc\ChannelCredentials::createInsecure' => ['null'],
3668-
'Grpc\ChannelCredentials::createSsl' => ['Grpc\ChannelCredentials', 'pem_root_certs'=>'string', 'pem_private_key='=>'string', 'pem_cert_chain='=>'string'],
3668+
'Grpc\ChannelCredentials::createSsl' => ['Grpc\ChannelCredentials', 'pem_root_certs='=>'string|null', 'pem_private_key='=>'string|null', 'pem_cert_chain='=>'string|null'],
36693669
'Grpc\ChannelCredentials::setDefaultRootsPem' => ['', 'pem_roots'=>'string'],
36703670
'Grpc\Server::__construct' => ['void', 'args'=>'array'],
36713671
'Grpc\Server::addHttp2Port' => ['bool', 'addr'=>'string'],

0 commit comments

Comments
 (0)