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

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