Skip to content

Commit

Permalink
Fixed bug that AMQPConnection does not adapt php7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick233333 authored Dec 20, 2021
1 parent 3d6749e commit 8669c57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/AMQPConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ class AMQPConnection extends AbstractConnection
*/
protected $exited = false;

protected Channel $chan;
/**
* @var Channel
*/
protected $chan;

public function __construct(
string $user,
Expand Down

0 comments on commit 8669c57

Please sign in to comment.