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

docs/source/API/API/cache/twig/a4/a46b2869ba4e42cd458867549075bfd7aaab413c9632a5e19c097c291a1a02b4.php 2 locations

@@ 164-173 (lines=10) @@
161
        echo "
162
    ";
163
        // line 49
164
        if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) {
165
            // line 50
166
            echo "        <h2>Constants</h2>
167
168
        ";
169
            // line 52
170
            $this->displayBlock("constants", $context, $blocks);
171
            echo "
172
    ";
173
        }
174
        // line 54
175
        echo "
176
    ";
@@ 178-187 (lines=10) @@
175
        echo "
176
    ";
177
        // line 55
178
        if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) {
179
            // line 56
180
            echo "        <h2>Properties</h2>
181
182
        ";
183
            // line 58
184
            $this->displayBlock("properties", $context, $blocks);
185
            echo "
186
    ";
187
        }
188
        // line 60
189
        echo "
190
    ";