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

@@ 133-135 (lines=3) @@
130
			return false;
131
		}
132
133
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
134
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
135
		}
136
137
		$this->finish();
138
@@ 164-166 (lines=3) @@
161
			return;
162
		}
163
164
		if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) {
165
			unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() );
166
		}
167
168
		$this->finish();
169