Skip to content

Commit

Permalink
Fixed implicitly nullable params (#6616)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored Mar 23, 2024
1 parent 3e4223a commit 0a914e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AMQPConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct(
string $login_method = 'AMQPLAIN',
$login_response = null,
string $locale = 'en_US',
AbstractIO $io = null,
?AbstractIO $io = null,
int $heartbeat = 0,
int $connection_timeout = 0,
float $channel_rpc_timeout = 0.0
Expand Down

0 comments on commit 0a914e6

Please sign in to comment.