Grpc\ChannelCredentials::createSsl() has all optional parameters.

This commit is contained in:
Kelly Norton 2019-07-26 12:29:45 -04:00
parent 0eb16807e8
commit 0f443122cb
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ namespace Grpc
* @throws \InvalidArgumentException
*/
public static function createSsl(
$pem_root_certs,
$pem_root_certs = '',
$pem_private_key = '',
$pem_cert_chain = ''
) {}