Completed
Pull Request — master (#931)
by Timo
14:59
created
Classes/IndexQueue/Queue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -767,7 +767,7 @@  discard block
 block discarded – undo
767 767
 
768 768
     /**
769 769
      * @param string $where
770
-     * @return mixed
770
+     * @return integer
771 771
      */
772 772
     private function getItemCount($where = '1=1')
773 773
     {
@@ -888,7 +888,7 @@  discard block
 block discarded – undo
888 888
      * Marks an item as failed and causes the indexer to skip the item in the
889 889
      * next run.
890 890
      *
891
-     * @param int|Item $item Either the item's Index Queue
891
+     * @param Item $item Either the item's Index Queue
892 892
      *      uid or the complete item
893 893
      * @param string $errorMessage Error message
894 894
      */
Please login to merge, or discard this patch.