Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Queue / DatabaseQueue.php
index e70000ee2264f910cf58031a4c0141dfe8e3ed8a..0e91029460f04043d1e4c5790112b285b3b42c72 100644 (file)
@@ -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 [