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

test/Behat/bootstrap/OldTownWorkflowBehatTestBootstrap/WorkflowDescriptorContext.php 2 locations

@@ 176-178 (lines=3) @@
173
            return $expectedResult;
174
        }
175
176
        if (!(is_array($outputArray[1]) && 1 === count($outputArray[1]))) {
177
            return $expectedResult;
178
        }
179
180
181
        if (!(is_array($outputArray[2]) && 1 === count($outputArray[2]))) {
@@ 181-183 (lines=3) @@
178
        }
179
180
181
        if (!(is_array($outputArray[2]) && 1 === count($outputArray[2]))) {
182
            return $expectedResult;
183
        }
184
185
        $originalType = $outputArray[1][0];
186
        $type = strtolower($originalType);