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.
Failed Conditions
Pull Request — master (#36)
by Jacob
48:52 queued 21:38
created
src/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * $function to the last value in the collection. By default this produces an infinite collection. However you can
57 57
      * end the collection by throwing a NoMoreItems exception.
58 58
      *
59
-     * @param mixed $input
59
+     * @param integer[] $input
60 60
      * @param callable $function
61 61
      * @return Collection
62 62
      */
Please login to merge, or discard this patch.