GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Branch master (62839f)
by Sébastien
04:47
created
src/Collection.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@  discard block
 block discarded – undo
366 366
      *
367 367
      * @performanceCompared true
368 368
      *
369
-     * @return mixed
369
+     * @return Collection
370 370
      */
371 371
     public function combine($values, $inPlace = false)
372 372
     {
@@ -544,7 +544,7 @@  discard block
 block discarded – undo
544 544
     /**
545 545
      * Merge (in-place).
546 546
      *
547
-     * @param Traversable|array $items
547
+     * @param Collection $items
548 548
      *
549 549
      * @return $this
550 550
      */
@@ -840,7 +840,6 @@  discard block
 block discarded – undo
840 840
     /**
841 841
      * Compares the collection against $items and returns the values that are not present in the collection.
842 842
      *
843
-     * @param Traversable|array $values
844 843
      *
845 844
      * @performanceCompared true
846 845
      *
Please login to merge, or discard this patch.