Skip to content

Commit

Permalink
Allow AMQPConnectionConfig as $ssl_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis authored and ramunasd committed Nov 14, 2023
1 parent fb84e99 commit b4ade54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpAmqpLib/Connection/AMQPStreamConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AMQPStreamConnection extends AbstractConnection
* @param bool $keepalive
* @param int $heartbeat
* @param float $channel_rpc_timeout
* @param string|null $ssl_protocol @deprecated
* @param string|AMQPConnectionConfig|null $ssl_protocol @deprecated
* @param AMQPConnectionConfig|null $config
* @throws \Exception
*/
Expand Down

0 comments on commit b4ade54

Please sign in to comment.