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
        $url->getQuery()->modify(
125
            array(
@@ 194-198 (lines=5) @@
191
        AclInterface $removeAces = null,
192
        ExtensionDataInterface $extension = null
193
    ) {
194
        if ($folderId === null) {
195
            $url = $this->getRepositoryUrl($repositoryId);
196
        } else {
197
            $url = $this->getObjectUrl($repositoryId, $folderId);
198
        }
199
200
        $url->getQuery()->modify($this->convertPropertiesToQueryArray($properties));
201
        $url->getQuery()->modify(
@@ 298-302 (lines=5) @@
295
        AclInterface $removeAces = null,
296
        ExtensionDataInterface $extension = null
297
    ) {
298
        if ($folderId === null) {
299
            $url = $this->getRepositoryUrl($repositoryId);
300
        } else {
301
            $url = $this->getObjectUrl($repositoryId, $folderId);
302
        }
303
304
        $url->getQuery()->modify(
305
            array(