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

src/Platform/Webservices/Connector.php 7 locations

@@ 3064-3075 (lines=12) @@
3061
     * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtDocumentPostcode
3062
     * @return \StdClass <BerichtObjectDocumentResultaat>
3063
     */
3064
    public function kadasterEigendomsBerichtDocumentPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format)
3065
    {
3066
        return $this->getAdapter()->call(
3067
            'kadasterEigendomsBerichtDocumentPostcode',
3068
            [
3069
                'postcode'              => $postcode,
3070
                'huisnummer'            => $huisNummer,
3071
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3072
                'format'                => $format,
3073
            ]
3074
        );
3075
    }
3076
3077
3078
    /**
@@ 3334-3345 (lines=12) @@
3331
     *
3332
     * @return \StdClass
3333
     */
3334
    public function kadasterHypothecairBerichtPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format)
3335
    {
3336
        return $this->getAdapter()->call(
3337
            'kadasterHypothecairBerichtPostcode',
3338
            [
3339
                'postcode'              => $postcode,
3340
                'huisnummer'            => $huisNummer,
3341
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3342
                'format'                => $format,
3343
            ]
3344
        );
3345
    }
3346
3347
    /**
3348
     * @param $postcode
@@ 3355-3366 (lines=12) @@
3352
     *
3353
     * @return \StdClass
3354
     */
3355
    public function kadasterHypothecairBerichtPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format)
3356
    {
3357
        return $this->getAdapter()->call(
3358
            'kadasterHypothecairBerichtPostcodeV2',
3359
            [
3360
                'postcode'              => $postcode,
3361
                'huisnummer'            => $huisNummer,
3362
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3363
                'format'                => $format,
3364
            ]
3365
        );
3366
    }
3367
3368
    /**
3369
     * @param $postcode
@@ 3376-3387 (lines=12) @@
3373
     *
3374
     * @return \StdClass
3375
     */
3376
    public function kadasterHypothecairBerichtPostcodeV3($postcode, $huisNummer, $huisNummerToevoeging, $format)
3377
    {
3378
        return $this->getAdapter()->call(
3379
            'kadasterHypothecairBerichtPostcodeV3',
3380
            [
3381
                'postcode'              => $postcode,
3382
                'huisnummer'            => $huisNummer,
3383
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3384
                'format'                => $format,
3385
            ]
3386
        );
3387
    }
3388
3389
    /**
3390
     * @param $gemeenteCode
@@ 3655-3666 (lines=12) @@
3652
     *
3653
     * @return \StdClass
3654
     */
3655
    public function kadasterUittrekselKadastraleKaartPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format)
3656
    {
3657
        return $this->getAdapter()->call(
3658
            'kadasterUittrekselKadastraleKaartPostcode',
3659
            [
3660
                'postcode'              => $postcode,
3661
                'huisnummer'            => $huisNummer,
3662
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3663
                'format'                => $format,
3664
            ]
3665
        );
3666
    }
3667
3668
    /**
3669
     * @param $postcode
@@ 3676-3687 (lines=12) @@
3673
     *
3674
     * @return \StdClass
3675
     */
3676
    public function kadasterUittrekselKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format)
3677
    {
3678
        return $this->getAdapter()->call(
3679
            'kadasterUittrekselKadastraleKaartPostcodeV2',
3680
            [
3681
                'postcode'              => $postcode,
3682
                'huisnummer'            => $huisNummer,
3683
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3684
                'format'                => $format,
3685
            ]
3686
        );
3687
    }
3688
3689
    /**
3690
     * @param $postcode
@@ 3697-3708 (lines=12) @@
3694
     *
3695
     * @return \StdClass
3696
     */
3697
    public function kadasterUittrekselKadastraleKaartPostcodeV3($postcode, $huisNummer, $huisNummerToevoeging, $format)
3698
    {
3699
        return $this->getAdapter()->call(
3700
            'kadasterUittrekselKadastraleKaartPostcodeV3',
3701
            [
3702
                'postcode'              => $postcode,
3703
                'huisnummer'            => $huisNummer,
3704
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3705
                'format'                => $format,
3706
            ]
3707
        );
3708
    }
3709
3710
    /**
3711
     * @return \StdClass