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

src/Platform/Webservices/Connector.php 2 locations

@@ 1937-1968 (lines=32) @@
1934
     * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessSearchSelection
1935
     * @return \StdClass <Patterns::{Type}PagedResult> of <DutchBusinessReference>
1936
     */
1937
    public function dutchBusinessSearchSelection(
1938
        $city,
1939
        $postcode,
1940
        $sbi,
1941
        $primarySbiOnly,
1942
        $legalForm,
1943
        $employeesMin,
1944
        $employeesMax,
1945
        $economicallyActive,
1946
        $financialStatus,
1947
        $changedSince,
1948
        $newSince,
1949
        $page
1950
    ) {
1951
        return $this->getAdapter()->call(
1952
            'dutchBusinessSearchSelection',
1953
            [
1954
                'city'                => $city,
1955
                'postcode'            => $postcode,
1956
                'sbi'                 => $sbi,
1957
                'primary_sbi_only'    => $primarySbiOnly,
1958
                'legal_form'          => $legalForm,
1959
                'employees_min'       => $employeesMin,
1960
                'employees_max'       => $employeesMax,
1961
                'economically_active' => $economicallyActive,
1962
                'financial_status'    => $financialStatus,
1963
                'changed_since'       => $changedSince,
1964
                'new_since'           => $newSince,
1965
                'page'                => $page,
1966
            ]
1967
        );
1968
    }
1969
1970
    /**
1971
     * Add a dossier to the list of dossiers for which the user wants to receive updates.
@@ 3858-3889 (lines=32) @@
3855
     *
3856
     * @return \StdClass
3857
     */
3858
    public function kvkSearchSelection(
3859
        $city,
3860
        $postcode,
3861
        $sbi,
3862
        $primarySbiOnly,
3863
        $legalForm,
3864
        $employeesMin,
3865
        $employeesMax,
3866
        $economicallyActive,
3867
        $financialStatus,
3868
        $changedSince,
3869
        $newSince,
3870
        $page
3871
    ) {
3872
        return $this->getAdapter()->call(
3873
            'kvkSearchSelection',
3874
            [
3875
                'city'                => $city,
3876
                'postcode'            => $postcode,
3877
                'sbi'                 => $sbi,
3878
                'primary_sbi_only'    => $primarySbiOnly,
3879
                'legal_form'          => $legalForm,
3880
                'employees_min'       => $employeesMin,
3881
                'employees_max'       => $employeesMax,
3882
                'economically_active' => $economicallyActive,
3883
                'financial_status'    => $financialStatus,
3884
                'changed_since'       => $changedSince,
3885
                'new_since'           => $newSince,
3886
                'page'                => $page,
3887
            ]
3888
        );
3889
    }
3890
3891
    /**
3892
     * @param $dossierNumber