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 ( 6e4eb2...dda63a )
by Hong
02:42
created
src/Phossa2/Di/Traits/FactoryTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      *
102 102
      * @param  \ReflectionParameter[] $reflectionParameters
103 103
      * @param  array $providedArguments
104
-     * @return array the resolved arguments
104
+     * @return callable|null the resolved arguments
105 105
      * @throws LogicException
106 106
      * @access protected
107 107
      */
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     /**
224 224
      * Is $var a non-closure object with '__invoke()' defined ?
225 225
      *
226
-     * @param  mixed $var
226
+     * @param  callable $var
227 227
      * @return bool
228 228
      * @access protected
229 229
      */
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
      *
240 240
      * @param  mixed $object
241 241
      * @param  mixed $method
242
-     * @return bool
242
+     * @return callable
243 243
      * @access protected
244 244
      */
245 245
     protected function getObjectMethod($object, $method)/*# : bool */
Please login to merge, or discard this patch.