X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FQueue%2FQueueInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FQueue%2FQueueInterface.php;h=83f3ef709841992050a1ec3d8859991f073316b4;hp=6d86224492eff70f5baee4da83ca1f4ae6bc4b34;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/Queue/QueueInterface.php b/web/core/lib/Drupal/Core/Queue/QueueInterface.php index 6d8622449..83f3ef709 100644 --- a/web/core/lib/Drupal/Core/Queue/QueueInterface.php +++ b/web/core/lib/Drupal/Core/Queue/QueueInterface.php @@ -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();