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 = 13-13 lines in 2 locations

src/Platform/Webservices/Connector.php 2 locations

@@ 3472-3484 (lines=13) @@
3469
     *
3470
     * @return \StdClass
3471
     */
3472
    public function kadasterKadastraleKaartPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format, $schaal)
3473
    {
3474
        return $this->getAdapter()->call(
3475
            'kadasterKadastraleKaartPostcode',
3476
            [
3477
                'postcode'              => $postcode,
3478
                'huisnummer'            => $huisNummer,
3479
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3480
                'format'                => $format,
3481
                'schaal'                => $schaal,
3482
            ]
3483
        );
3484
    }
3485
3486
    /**
3487
     * @param $postcode
@@ 3495-3507 (lines=13) @@
3492
     *
3493
     * @return \StdClass
3494
     */
3495
    public function kadasterKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format, $schaal)
3496
    {
3497
        return $this->getAdapter()->call(
3498
            'kadasterKadastraleKaartPostcodeV2',
3499
            [
3500
                'postcode'              => $postcode,
3501
                'huisnummer'            => $huisNummer,
3502
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3503
                'format'                => $format,
3504
                'schaal'                => $schaal,
3505
            ]
3506
        );
3507
    }
3508
3509
    /**
3510
     * @param $postcode