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

docs/source/API/API/cache/twig/69/695f6f9443a28203ec7e54c6314ee4d03c4965243598740d3fd6d87f20fc66e2.php 2 locations

@@ 249-255 (lines=7) @@
246
        foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
247
            // line 29
248
            echo "{\"type\": \"Interface\", ";
249
            if (twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array())) {
250
                echo "\"fromName\": \"";
251
                echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array()), array("\\" => "\\\\"));
252
                echo "\", \"fromLink\": \"";
253
                echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array()));
254
                echo "\",";
255
            }
256
            echo " \"link\": \"";
257
            echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, $context["class"]);
258
            echo "\", \"name\": \"";
@@ 287-293 (lines=7) @@
284
                echo "\"Class\"";
285
            }
286
            echo ", ";
287
            if (twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array())) {
288
                echo "\"fromName\": \"";
289
                echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array()), array("\\" => "\\\\"));
290
                echo "\", \"fromLink\": \"";
291
                echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array()));
292
                echo "\",";
293
            }
294
            echo " \"link\": \"";
295
            echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, $context["class"]);
296
            echo "\", \"name\": \"";