From 6a1b562b2a58bc6ed5f9383b3b25b7601640fca9 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 15 Oct 2014 11:59:40 +0100 Subject: [PATCH] Issue #2356509 by neclimdul: Fixed Remove extra param doc from QueueDatabaseFactory. --- core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php b/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php index 9ba215dd65b..f34703f29d1 100644 --- a/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php +++ b/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php @@ -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.