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
@@ 180-182 (lines=3) @@
177
			return;
178
		}
179
180
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
181
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
182
		}
183
184
		$this->finish();
185