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 ( 84f915...15625b )
by Hong
03:10
created
src/Phossa2/Di/Factory/FactoryHelperTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      *
100 100
      * @param  \ReflectionParameter[] $reflectionParameters
101 101
      * @param  array $providedArguments
102
-     * @return array the resolved arguments
102
+     * @return callable|null the resolved arguments
103 103
      * @throws LogicException
104 104
      * @access protected
105 105
      */
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
     /**
195 195
      * Is $var an object with '__invoke()' defined ?
196 196
      *
197
-     * @param  mixed $var
197
+     * @param  callable $var
198 198
      * @return bool
199 199
      * @access protected
200 200
      */
Please login to merge, or discard this patch.