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,
@@ 242-246 (lines=5) @@
239
        AclInterface $removeAces = null,
240
        ExtensionDataInterface $extension = null
241
    ) {
242
        if ($folderId === null) {
243
            $url = $this->getRepositoryUrl($repositoryId);
244
        } else {
245
            $url = $this->getObjectUrl($repositoryId, $folderId);
246
        }
247
248
        $queryArray = $this->createQueryArray(
249
            Constants::CMISACTION_CREATE_DOCUMENT_FROM_SOURCE,