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-master ( d24bdf...646810 )
by Vijay
11:34
created
src/Enums/Enum.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -467,8 +467,7 @@  discard block
 block discarded – undo
467 467
      * Implement Array offsetExists
468 468
      *
469 469
      * @param string $key the key to set
470
-     * @param mixed $value the value to set
471
-     * @return array debug info
470
+     * @return boolean debug info
472 471
      * @link http://php.net/manual/en/class.arrayaccess.php
473 472
      */
474 473
     public function offsetExists($key) {
@@ -480,7 +479,6 @@  discard block
 block discarded – undo
480 479
      * Implement Array offsetUnset
481 480
      *
482 481
      * @param string $key the key to set
483
-     * @param mixed $value the value to set
484 482
      * @return array debug info
485 483
      * @link http://php.net/manual/en/class.arrayaccess.php
486 484
      */
@@ -496,7 +494,6 @@  discard block
 block discarded – undo
496 494
      * Implement Array offsetGet
497 495
      *
498 496
      * @param string $key the key to set
499
-     * @param mixed $value the value to set
500 497
      * @return array debug info
501 498
      * @link http://php.net/manual/en/class.arrayaccess.php
502 499
      */
Please login to merge, or discard this patch.