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
Push — master ( 213b35...44b5b7 )
by Thomas
09:45 queued 03:03
created
src/ShuffleIterator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         return $sortedIterator;
34 34
     }
35 35
 
36
+    /**
37
+     * @param \Traversable $iterator
38
+     */
36 39
     protected function generateElement($key, $value, $iterator)
37 40
     {
38 41
         return (object) ['key' => $key, 'current' => $value];
Please login to merge, or discard this patch.