Issue #1924818 by mtift, hanoii: Fix docs for DatabaseQueue constructor
parent
acb97e876b
commit
f4ce01883e
|
@ -29,7 +29,7 @@ class DatabaseQueue implements ReliableQueueInterface {
|
||||||
protected $connection;
|
protected $connection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs this factory object.
|
* Constructs a \Drupal\Core\Queue\DatabaseQueue object.
|
||||||
*
|
*
|
||||||
* @param string $name
|
* @param string $name
|
||||||
* The name of the queue.
|
* The name of the queue.
|
||||||
|
|
Loading…
Reference in New Issue