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 — master ( 883829...a621ad )
by Jeremy
05:08 queued 02:58
created
code/ExternalURLField.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@  discard block
 block discarded – undo
38 38
      */
39 39
     protected $config;
40 40
 
41
+    /**
42
+     * @param string $name
43
+     */
41 44
     public function __construct($name, $title = null, $value = null)
42 45
     {
43 46
         $this->config = $this->config()->default_config;
@@ -127,6 +130,7 @@  discard block
 block discarded – undo
127 130
      * Remove the parts of the url we don't want.
128 131
      * Set any defaults, if missing.
129 132
      * Remove any trailing slash, and rebuild.
133
+     * @param string $url
130 134
      * @return string
131 135
      */
132 136
     protected function rebuildURL($url)
Please login to merge, or discard this patch.