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 ( 8d42ac...c3ef8e )
by Alexander
69:25 queued 62:45
created
application/modules/data/components/Import.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,6 @@  discard block
 block discarded – undo
285 285
     }
286 286
 
287 287
     /**
288
-     * @param array $exportFields
289 288
      * @return array
290 289
      */
291 290
     public function getAllFields($fields = [])
@@ -328,6 +327,7 @@  discard block
 block discarded – undo
328 327
      * @param array $propertiesFields
329 328
      * @param array $row
330 329
      * @param array $titleFields
330
+     * @param integer $columnsCount
331 331
      * @throws \Exception
332 332
      */
333 333
     public function saveInvk($objectId, $object, $objectFields = [], $properties = [], $propertiesFields = [], $row=[], $titleFields=[], $columnsCount = null)
Please login to merge, or discard this patch.