Completed
Pull Request — master (#960)
by
unknown
24:12
created
Classes/IndexQueue/Queue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
      *      different value for non-database-record types.
379 379
      * @param string $additionalRecordFields for sql-query
380 380
      *
381
-     * @return array|NULL
381
+     * @return string
382 382
      */
383 383
     protected function getRecordCached($itemType, $itemUid, $additionalRecordFields)
384 384
     {
@@ -925,7 +925,7 @@  discard block
 block discarded – undo
925 925
      * Marks an item as failed and causes the indexer to skip the item in the
926 926
      * next run.
927 927
      *
928
-     * @param int|Item $item Either the item's Index Queue
928
+     * @param Item $item Either the item's Index Queue
929 929
      *      uid or the complete item
930 930
      * @param string $errorMessage Error message
931 931
      */
Please login to merge, or discard this patch.