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

@@ 3060-3071 (lines=12) @@
3057
     * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtDocumentPostcode
3058
     * @return \StdClass <BerichtObjectDocumentResultaat>
3059
     */
3060
    public function kadasterEigendomsBerichtDocumentPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format)
3061
    {
3062
        return $this->getAdapter()->call(
3063
            'kadasterEigendomsBerichtDocumentPostcode',
3064
            [
3065
                'postcode'              => $postcode,
3066
                'huisnummer'            => $huisNummer,
3067
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3068
                'format'                => $format,
3069
            ]
3070
        );
3071
    }
3072
3073
3074
    /**
@@ 3330-3341 (lines=12) @@
3327
     *
3328
     * @return \StdClass
3329
     */
3330
    public function kadasterHypothecairBerichtPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format)
3331
    {
3332
        return $this->getAdapter()->call(
3333
            'kadasterHypothecairBerichtPostcode',
3334
            [
3335
                'postcode'              => $postcode,
3336
                'huisnummer'            => $huisNummer,
3337
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3338
                'format'                => $format,
3339
            ]
3340
        );
3341
    }
3342
3343
    /**
3344
     * @param $postcode
@@ 3351-3362 (lines=12) @@
3348
     *
3349
     * @return \StdClass
3350
     */
3351
    public function kadasterHypothecairBerichtPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format)
3352
    {
3353
        return $this->getAdapter()->call(
3354
            'kadasterHypothecairBerichtPostcodeV2',
3355
            [
3356
                'postcode'              => $postcode,
3357
                'huisnummer'            => $huisNummer,
3358
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3359
                'format'                => $format,
3360
            ]
3361
        );
3362
    }
3363
3364
    /**
3365
     * @param $postcode
@@ 3372-3383 (lines=12) @@
3369
     *
3370
     * @return \StdClass
3371
     */
3372
    public function kadasterHypothecairBerichtPostcodeV3($postcode, $huisNummer, $huisNummerToevoeging, $format)
3373
    {
3374
        return $this->getAdapter()->call(
3375
            'kadasterHypothecairBerichtPostcodeV3',
3376
            [
3377
                'postcode'              => $postcode,
3378
                'huisnummer'            => $huisNummer,
3379
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3380
                'format'                => $format,
3381
            ]
3382
        );
3383
    }
3384
3385
    /**
3386
     * @param $gemeenteCode
@@ 3651-3662 (lines=12) @@
3648
     *
3649
     * @return \StdClass
3650
     */
3651
    public function kadasterUittrekselKadastraleKaartPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format)
3652
    {
3653
        return $this->getAdapter()->call(
3654
            'kadasterUittrekselKadastraleKaartPostcode',
3655
            [
3656
                'postcode'              => $postcode,
3657
                'huisnummer'            => $huisNummer,
3658
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3659
                'format'                => $format,
3660
            ]
3661
        );
3662
    }
3663
3664
    /**
3665
     * @param $postcode
@@ 3672-3683 (lines=12) @@
3669
     *
3670
     * @return \StdClass
3671
     */
3672
    public function kadasterUittrekselKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format)
3673
    {
3674
        return $this->getAdapter()->call(
3675
            'kadasterUittrekselKadastraleKaartPostcodeV2',
3676
            [
3677
                'postcode'              => $postcode,
3678
                'huisnummer'            => $huisNummer,
3679
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3680
                'format'                => $format,
3681
            ]
3682
        );
3683
    }
3684
3685
    /**
3686
     * @param $postcode
@@ 3693-3704 (lines=12) @@
3690
     *
3691
     * @return \StdClass
3692
     */
3693
    public function kadasterUittrekselKadastraleKaartPostcodeV3($postcode, $huisNummer, $huisNummerToevoeging, $format)
3694
    {
3695
        return $this->getAdapter()->call(
3696
            'kadasterUittrekselKadastraleKaartPostcodeV3',
3697
            [
3698
                'postcode'              => $postcode,
3699
                'huisnummer'            => $huisNummer,
3700
                'huisnummer_toevoeging' => $huisNummerToevoeging,
3701
                'format'                => $format,
3702
            ]
3703
        );
3704
    }
3705
3706
    /**
3707
     * @return \StdClass