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

docs/source/API/API/cache/twig/69/695f6f9443a28203ec7e54c6314ee4d03c4965243598740d3fd6d87f20fc66e2.php 1 location

@@ 450-454 (lines=5) @@
447
                    echo "px\" class=\"hd\">
448
                        <span class=\"glyphicon glyphicon-play\"></span>";
449
                    // line 233
450
                    if ( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) {
451
                        echo "<a href=\"";
452
                        echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"));
453
                        echo "\">";
454
                    }
455
                    echo twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 0, array(), "array");
456
                    if ( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) {
457
                        echo "</a>";

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

@@ 598-607 (lines=10) @@
595
            echo "
596
                    ";
597
            // line 194
598
            if ( !twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array())) {
599
                // line 195
600
                echo "                        <p class=\"no-description\">No description</p>
601
                    ";
602
            } else {
603
                // line 197
604
                echo "                        <p>";
605
                echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })()));
606
                echo "</p>";
607
            }
608
            // line 199
609
            echo "                </div>
610
                <div class=\"col-md-2\">";