Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lver committed Sep 18, 2023
1 parent f8cd881 commit 6961dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/amqp_interop/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Queue extends CliQueue
const ENQUEUE_AMQP_BUNNY = 'enqueue/amqp-bunny';

/**
* The connection to the borker could be configured as an array of options
* The connection to the broker could be configured as an array of options
* or as a DSN string like amqp:, amqps:, amqps://user:pass@localhost:1000/vhost.
*
* @var string
Expand Down

0 comments on commit 6961dc0

Please sign in to comment.