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.

Code Duplication    Length = 3-3 lines in 2 locations

classes/backup/class-backup-status.php 2 locations

@@ 146-148 (lines=3) @@
143
			return false;
144
		}
145
146
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
147
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
148
		}
149
150
		$this->finish();
151
@@ 179-181 (lines=3) @@
176
			return;
177
		}
178
179
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
180
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
181
		}
182
183
		$this->finish();
184