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

vendor/squizlabs/php_codesniffer/CodeSniffer/CLI.php 2 locations

@@ 105-109 (lines=5) @@
102
            define('PHP_CODESNIFFER_CBF', false);
103
        }
104
105
        if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) {
106
            include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php';
107
        } else {
108
            include_once 'PHP/CodeSniffer/Reporting.php';
109
        }
110
111
        PHP_CodeSniffer_Reporting::startTiming();
112
        $this->checkRequirements();
@@ 134-138 (lines=5) @@
131
            define('PHP_CODESNIFFER_CBF', true);
132
        }
133
134
        if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) {
135
            include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php';
136
        } else {
137
            include_once 'PHP/CodeSniffer/Reporting.php';
138
        }
139
140
        PHP_CodeSniffer_Reporting::startTiming();
141
        $this->checkRequirements();