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

@@ 170-174 (lines=5) @@
167
        AclInterface $removeAces = null,
168
        ExtensionDataInterface $extension = null
169
    ) {
170
        if ($folderId === null) {
171
            $url = $this->getRepositoryUrl($repositoryId);
172
        } else {
173
            $url = $this->getObjectUrl($repositoryId, $folderId);
174
        }
175
176
        $queryArray = $this->createQueryArray(
177
            Constants::CMISACTION_CREATE_DOCUMENT,
@@ 239-243 (lines=5) @@
236
        AclInterface $removeAces = null,
237
        ExtensionDataInterface $extension = null
238
    ) {
239
        if ($folderId === null) {
240
            $url = $this->getRepositoryUrl($repositoryId);
241
        } else {
242
            $url = $this->getObjectUrl($repositoryId, $folderId);
243
        }
244
245
        $queryArray = $this->createQueryArray(
246
            Constants::CMISACTION_CREATE_DOCUMENT_FROM_SOURCE,