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.
Passed
Push — master ( 795d55...eff8e0 )
by Oleg
03:35 queued 01:34
created
src/Route4Me/Route4Me.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -207,6 +207,7 @@  discard block
 block discarded – undo
207 207
 
208 208
     /**
209 209
      * @param $object: JSON object
210
+     * @param \SimpleXMLElement $object
210 211
      */
211 212
     public static function object2array($object)
212 213
     {
@@ -304,6 +305,7 @@  discard block
 block discarded – undo
304 305
      * Returns an array of the object properties
305 306
      * @param $object: An object.
306 307
      * @param $exclude: array of the object parameters to be excluded from the returned array.
308
+     * @param string[] $exclude
307 309
      */
308 310
     public static function getObjectProperties($object, $exclude)
309 311
     {
@@ -324,6 +326,7 @@  discard block
 block discarded – undo
324 326
      * Returns url path generated from the array of the fields and parameters.
325 327
      * @param $allFields; array of the paossible fields (parameter names).
326 328
      * @param $params: input parameters (array or object).
329
+     * @param string[] $allFields
327 330
      */
328 331
     public static function generateUrlPath($allFields, $params)
329 332
     {
Please login to merge, or discard this patch.