Skip to content

Commit

Permalink
Update Amqp.php
Browse files Browse the repository at this point in the history
Removed static typing of property to make it backward compatible
  • Loading branch information
bschmitt authored Mar 22, 2021
1 parent 92cb380 commit e78d7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Amqp.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class Amqp
{
protected static array $batchMessages = [];
protected static $batchMessages = [];

/**
* @param string $routing
Expand Down

0 comments on commit e78d7d3

Please sign in to comment.