Issue #2356509 by neclimdul: Fixed Remove extra param doc from QueueDatabaseFactory.

8.0.x
Alex Pott 2014-10-15 11:59:40 +01:00
parent 6b265331ea
commit 6a1b562b2a
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ class QueueDatabaseFactory {
*
* @param string $name
* The name of the collection holding key and value pairs.
* @param \Drupal\Core\Database\Connection $connection
* The connection to run against.
*
* @return \Drupal\Core\Queue\DatabaseQueue
* A key/value store implementation for the given $collection.