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
Pull Request — master (#7)
by Helpful
18:10
created
code/ExternalURLField.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
 	 */
38 38
 	protected $config;
39 39
 
40
+	/**
41
+	 * @param string $name
42
+	 */
40 43
 	public function __construct($name, $title = null, $value = null) {
41 44
 		$this->config = $this->config()->default_config;
42 45
 
@@ -120,6 +123,7 @@  discard block
 block discarded – undo
120 123
 	 * Remove the parts of the url we don't want.
121 124
 	 * Set any defaults, if missing.
122 125
 	 * Remove any trailing slash, and rebuild.
126
+	 * @param string $url
123 127
 	 * @return string
124 128
 	 */
125 129
 	protected function rebuildURL($url) {
Please login to merge, or discard this patch.