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
Push — master ( 1fefb9...e4e1fd )
by Dušan
02:42
created
src/collection_functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
  * Returns a non-lazy collection sorted using $collection($item1, $item2, $key1, $key2 ). $collection should
342 342
  * return true if first item is larger than the second and false otherwise.
343 343
  *
344
- * @param array|Traversable $collection
344
+ * @param Collection $collection
345 345
  * @param callable $function ($value1, $value2, $key1, $key2)
346 346
  * @return Collection
347 347
  */
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
 /**
418 418
  * Executes $function for each item in $collection
419 419
  *
420
- * @param array|Traversable $collection
420
+ * @param Collection $collection
421 421
  * @param callable $function ($value, $key)
422 422
  * @return Collection
423 423
  */
Please login to merge, or discard this patch.