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 ( b7663d...658651 )
by Jamie
08:03
created
src/Common/Error/Builder.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     /**
45 45
      * Internal method used when outputting headers in the error description.
46 46
      *
47
-     * @param $name
47
+     * @param string $name
48 48
      *
49 49
      * @return string
50 50
      */
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      * Before outputting custom links, it is validated to ensure that the user is not
58 58
      * directed off to a broken link. If a 404 is detected, it is hidden.
59 59
      *
60
-     * @param $link The proposed link
60
+     * @param string $link The proposed link
61 61
      *
62 62
      * @return bool
63 63
      */
@@ -107,6 +107,9 @@  discard block
 block discarded – undo
107 107
         return $e;
108 108
     }
109 109
 
110
+    /**
111
+     * @param integer $statusCode
112
+     */
110 113
     private function getStatusCodeMessage($statusCode)
111 114
     {
112 115
         $errors = [
Please login to merge, or discard this patch.