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

@@ 136-138 (lines=3) @@
133
			return false;
134
		}
135
136
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
137
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
138
		}
139
140
		$this->finish();
141
@@ 167-169 (lines=3) @@
164
			return;
165
		}
166
167
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
168
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
169
		}
170
171
		$this->finish();
172