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/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.