Code Duplication    Length = 3-5 lines in 3 locations

docs/api/cache/twig/61/611209e771c7531c2bf6f6042fc66a3d2c1e607d724922e7bc9c539bd7f61c6c.php 1 location

@@ 116-118 (lines=3) @@
113
            // line 11
114
            echo $this->env->getExtension('sami')->abbrClass((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), ((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) ? $context["absolute"] : $this->getContext($context, "absolute")), false)) : (false)));
115
            // line 12
116
            if (($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "projectclass", array()) || $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "phpclass", array()))) {
117
                echo "</a>";
118
            }
119
        } catch (Exception $e) {
120
            ob_end_clean();
121

docs/api/cache/twig/ca/cabd9c501db1fdf4798aa67be4554ef539f4e402fc11d18f345fb2751ddce45d.php 2 locations

@@ 218-220 (lines=3) @@
215
    public function block_class_signature($context, array $blocks = array())
216
    {
217
        // line 74
218
        if (( !$this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interface", array()) && $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "abstract", array()))) {
219
            echo "abstract ";
220
        }
221
        // line 75
222
        echo "    ";
223
        echo $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "categoryName", array());
@@ 230-234 (lines=5) @@
227
        echo $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortname", array());
228
        echo "</strong>";
229
        // line 77
230
        if ($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "parent", array())) {
231
            // line 78
232
            echo "        extends ";
233
            echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->getclass_link($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "parent", array()));
234
        }
235
        // line 80
236
        if ((twig_length_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interfaces", array())) > 0)) {
237
            // line 81