@@ -767,7 +767,7 @@ discard block |
||
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 |
||
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 | */ |