We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3e3a9 commit f4f9156Copy full SHA for f4f9156
src/Illuminate/Queue/Events/QueueBusy.php
@@ -7,12 +7,12 @@ class QueueBusy
7
/**
8
* Create a new event instance.
9
*
10
- * @param string $connection The connection name.
+ * @param string $connectionName The connection name.
11
* @param string $queue The queue name.
12
* @param int $size The size of the queue.
13
*/
14
public function __construct(
15
- public $connection,
+ public $connectionName,
16
public $queue,
17
public $size,
18
) {
0 commit comments