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 (#1007)
by Paul
02:38
created
classes/backup/class-backup.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@  discard block
 block discarded – undo
19 19
 		$this->database_dump_filename = $database_dump_filename;
20 20
 	}
21 21
 
22
+	/**
23
+	 * @param string $type
24
+	 */
22 25
 	public function set_type( $type ) {
23 26
 		$this->type = $type;
24 27
 	}
@@ -169,7 +172,6 @@  discard block
 block discarded – undo
169 172
 	 * issues with the backup process.
170 173
 	 *
171 174
 	 * @param  string $context The context for the warning.
172
-	 * @param  string $error   The warning that was encountered.
173 175
 	 */
174 176
 	public function warning( $context, $warning ) {
175 177
 
Please login to merge, or discard this patch.