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 ( d7dbcb...64e823 )
by Jérémy
03:42 queued 01:52
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.
src/Container/Container.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Get reflection from an action
96 96
      * @param  array|callable $action
97
-     * @return ReflectionFunctionAbstract
97
+     * @return callable
98 98
      */
99 99
     public function getActionReflection($action)
100 100
     {
@@ -108,7 +108,6 @@  discard block
 block discarded – undo
108 108
 
109 109
     /**
110 110
      * Create a new container for asked class
111
-     * @param  string $concrete
112 111
      * @return Container
113 112
      */
114 113
     public function build ($class)
Please login to merge, or discard this patch.