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 — dev ( 0249c5...d7dbcb )
by Jérémy
01:53
created
src/Traits/WaterfallTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     /**
21 21
      * Run tasks in series
22
-     * @param  array  $tasks 
22
+     * @param  \Closure[]  $tasks 
23 23
      * @return void
24 24
      */
25 25
     private function waterfall (array $tasks)
Please login to merge, or discard this patch.