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

@@ 169-173 (lines=5) @@
166
        AclInterface $removeAces = null,
167
        ExtensionDataInterface $extension = null
168
    ) {
169
        if ($folderId === null) {
170
            $url = $this->getRepositoryUrl($repositoryId);
171
        } else {
172
            $url = $this->getObjectUrl($repositoryId, $folderId);
173
        }
174
175
        $queryArray = $this->createQueryArray(
176
            Constants::CMISACTION_CREATE_DOCUMENT,
@@ 236-240 (lines=5) @@
233
        AclInterface $removeAces = null,
234
        ExtensionDataInterface $extension = null
235
    ) {
236
        if ($folderId === null) {
237
            $url = $this->getRepositoryUrl($repositoryId);
238
        } else {
239
            $url = $this->getObjectUrl($repositoryId, $folderId);
240
        }
241
242
        $queryArray = $this->createQueryArray(
243
            Constants::CMISACTION_CREATE_DOCUMENT_FROM_SOURCE,
@@ 328-332 (lines=5) @@
325
        AclInterface $removeAces = null,
326
        ExtensionDataInterface $extension = null
327
    ) {
328
        if ($folderId === null) {
329
            $url = $this->getRepositoryUrl($repositoryId);
330
        } else {
331
            $url = $this->getObjectUrl($repositoryId, $folderId);
332
        }
333
334
        $queryArray = $this->createQueryArray(
335
            Constants::CMISACTION_CREATE_ITEM,