Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Queue / QueueInterface.php
index 6d86224492eff70f5baee4da83ca1f4ae6bc4b34..83f3ef709841992050a1ec3d8859991f073316b4 100644 (file)
@@ -37,7 +37,7 @@ interface QueueInterface {
    * result might only be valid for a fraction of a second and not provide an
    * accurate representation.
    *
-   * @return
+   * @return int
    *   An integer estimate of the number of items in the queue.
    */
   public function numberOfItems();