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

docs/source/API/API/cache/twig/82/82bfbced5585e79b700550b20d4d1fa3eaa83d8b4455be3247eb417e6610cbbd.php 1 location

@@ 585-598 (lines=14) @@
582
                // line 117
583
                $context['_parent'] = $context;
584
                $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function () { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 117, $this->getSourceContext()); })()), "deprecated", array()));
585
                foreach ($context['_seq'] as $context["_key"] => $context["tag"]) {
586
                    // line 118
587
                    echo "                <tr>
588
                    <td>";
589
                    // line 119
590
                    echo twig_get_attribute($this->env, $this->getSourceContext(), $context["tag"], 0, array(), "array");
591
                    echo "</td>
592
                    <td>";
593
                    // line 120
594
                    echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " ");
595
                    echo "</td>
596
                </tr>
597
            ";
598
                }
599
                $_parent = $context['_parent'];
600
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']);
601
                $context = array_intersect_key($context, $_parent) + $_parent;

docs/source/API/API/cache/twig/a4/a46b2869ba4e42cd458867549075bfd7aaab413c9632a5e19c097c291a1a02b4.php 1 location

@@ 429-442 (lines=14) @@
426
        // line 140
427
        $context['_parent'] = $context;
428
        $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method"));
429
        foreach ($context['_seq'] as $context["_key"] => $context["tag"]) {
430
            // line 141
431
            echo "            <tr>
432
                <td>";
433
            // line 142
434
            echo twig_get_attribute($this->env, $this->getSourceContext(), $context["tag"], 0, array(), "array");
435
            echo "</td>
436
                <td>";
437
            // line 143
438
            echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " ");
439
            echo "</td>
440
            </tr>
441
        ";
442
        }
443
        $_parent = $context['_parent'];
444
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']);
445
        $context = array_intersect_key($context, $_parent) + $_parent;