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 3 locations

src/Bindings/Browser/ObjectService.php 3 locations

@@ 118-122 (lines=5) @@
115
        AclInterface $removeAces = null,
116
        ExtensionDataInterface $extension = null
117
    ) {
118
        if ($folderId === null) {
119
            $url = $this->getRepositoryUrl($repositoryId);
120
        } else {
121
            $url = $this->getObjectUrl($repositoryId, $folderId);
122
        }
123
124
        #$this->appendRemoveAcesToUrl($url, $removeAces);
125
        #$this->appendPoliciesToUrl($url, $policies);
@@ 207-211 (lines=5) @@
204
        AclInterface $removeAces = null,
205
        ExtensionDataInterface $extension = null
206
    ) {
207
        if ($folderId === null) {
208
            $url = $this->getRepositoryUrl($repositoryId);
209
        } else {
210
            $url = $this->getObjectUrl($repositoryId, $folderId);
211
        }
212
213
		$queryArray = array_replace(
214
			array(
@@ 320-324 (lines=5) @@
317
        AclInterface $removeAces = null,
318
        ExtensionDataInterface $extension = null
319
    ) {
320
        if ($folderId === null) {
321
            $url = $this->getRepositoryUrl($repositoryId);
322
        } else {
323
            $url = $this->getObjectUrl($repositoryId, $folderId);
324
        }
325
326
        $url->getQuery()->modify(
327
            array(