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 — 2.9 ( 52ab9c...bd9ff0 )
by Thorsten
21:26
created
phpmyfaq/inc/PMF/User.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -493,7 +493,7 @@  discard block
 block discarded – undo
493 493
      * @param string $pass   Password
494 494
      * @param int    $userId User ID
495 495
      *
496
-     * @return mixed
496
+     * @return boolean
497 497
      */
498 498
     public function createUser($login, $pass = '', $userId = 0)
499 499
     {
@@ -831,7 +831,7 @@  discard block
 block discarded – undo
831 831
     /**
832 832
      * Returns the data aof the auth container.
833 833
      *
834
-     * @return array
834
+     * @return PMF_Auth_Driver[]
835 835
      */
836 836
     public function getAuthContainer()
837 837
     {
@@ -1108,6 +1108,8 @@  discard block
 block discarded – undo
1108 1108
     /**
1109 1109
      * Sends mail to the current user.
1110 1110
      *
1111
+     * @param string $subject
1112
+     * @param string $message
1111 1113
      * @return bool
1112 1114
      */
1113 1115
     public function mailUser($subject, $message)
Please login to merge, or discard this patch.