X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FQueue%2FDatabaseQueue.php;h=0e91029460f04043d1e4c5790112b285b3b42c72;hb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;hp=e70000ee2264f910cf58031a4c0141dfe8e3ed8a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Queue/DatabaseQueue.php b/web/core/lib/Drupal/Core/Queue/DatabaseQueue.php index e70000ee2..0e9102946 100644 --- a/web/core/lib/Drupal/Core/Queue/DatabaseQueue.php +++ b/web/core/lib/Drupal/Core/Queue/DatabaseQueue.php @@ -30,7 +30,7 @@ class DatabaseQueue implements ReliableQueueInterface, QueueGarbageCollectionInt /** * The database connection. * - * @var \Drupal\Core\Database\Connection $connection + * @var \Drupal\Core\Database\Connection */ protected $connection; @@ -277,6 +277,8 @@ class DatabaseQueue implements ReliableQueueInterface, QueueGarbageCollectionInt /** * Defines the schema for the queue table. + * + * @internal */ public function schemaDefinition() { return [