Skip to content

Commit

Permalink
Update src/Connection/SslConnection.php
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Gagarin <[email protected]>
  • Loading branch information
butschster and roxblnfk committed Mar 26, 2024
1 parent 8f0044d commit a8f3e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Connection/SslConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class SslConnection extends Connection
{
/**
* @param non-empty-string $address
* @param string $crt Full path to the certificate file (Default: null)
* @param string|null $clientKey Full path to the client key file (Default: null)
* @param string|null $clientPem Full path to the client pem file (Default: null)
* @param non-empty-string $crt Full path to the certificate file
* @param non-empty-string|null $clientKey Full path to the client key file
* @param non-empty-string|null $clientPem Full path to the client pem file
* @param string|null $overrideServerName
*/
public function __construct(
Expand Down

0 comments on commit a8f3e30

Please sign in to comment.