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 (#1025)
by Tom
02:21
created
classes/backup/class-backup-status.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 	 *
158 158
 	 * @param string $message
159 159
 	 *
160
-	 * @return null
160
+	 * @return boolean
161 161
 	 */
162 162
 	public function set_status( $message ) {
163 163
 
@@ -210,6 +210,9 @@  discard block
 block discarded – undo
210 210
 		return Path::get_path() . '/.backup-' . $this->id . '-running';
211 211
 	}
212 212
 
213
+	/**
214
+	 * @param \Closure $callback
215
+	 */
213 216
 	public function set_status_callback( $callback ) {
214 217
 		$this->callback = $callback;
215 218
 	}
Please login to merge, or discard this patch.