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 — develop ( 154c58...727d1c )
by Lonnie
05:36
created
myth/Auth/LocalAuthentication.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     /**
243 243
      * Logs a user out and removes all session information.
244 244
      *
245
-     * @return mixed
245
+     * @return false|null
246 246
      */
247 247
     public function logout()
248 248
     {
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
      * the passed in $email.
609 609
      *
610 610
      * @param $email
611
-     * @return mixed
611
+     * @return boolean
612 612
      */
613 613
     public function remindUser($email)
614 614
     {
@@ -653,7 +653,7 @@  discard block
 block discarded – undo
653 653
      * @param $credentials
654 654
      * @param $password
655 655
      * @param $passConfirm
656
-     * @return mixed
656
+     * @return boolean
657 657
      */
658 658
     public function resetPassword($credentials, $password, $passConfirm)
659 659
     {
@@ -751,7 +751,7 @@  discard block
 block discarded – undo
751 751
      *
752 752
      * @param $model
753 753
      * @param bool $allow_any_parent
754
-     * @return mixed
754
+     * @return LocalAuthentication
755 755
      */
756 756
     public function useModel($model, $allow_any_parent=false)
757 757
     {
Please login to merge, or discard this patch.