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 = 5-5 lines in 2 locations

src/Bindings/Browser/ObjectService.php 2 locations

@@ 205-209 (lines=5) @@
202
        AclInterface $removeAces = null,
203
        ExtensionDataInterface $extension = null
204
    ) {
205
        if ($folderId === null) {
206
            $url = $this->getRepositoryUrl($repositoryId);
207
        } else {
208
            $url = $this->getObjectUrl($repositoryId, $folderId);
209
        }
210
211
		$queryArray = array_replace(
212
			array(
@@ 318-322 (lines=5) @@
315
        AclInterface $removeAces = null,
316
        ExtensionDataInterface $extension = null
317
    ) {
318
        if ($folderId === null) {
319
            $url = $this->getRepositoryUrl($repositoryId);
320
        } else {
321
            $url = $this->getObjectUrl($repositoryId, $folderId);
322
        }
323
324
        $url->getQuery()->modify(
325
            array(