public function highlight()

in testData/output/Simple.php [24:34]


<weak_warning descr="phpstan: Method WebServCo\Framework\SourceCode::highlight() has no return typehint specified.">   public function highlight()</weak_warning>
    {
        switch ($this->type) {
            case self::TYPE_XML:
                return $this->highlightXml($this->data);
<weak_warning descr="phpstan: Unreachable statement - code above always terminates.">               break;</weak_warning>
            default:
                return false;
<weak_warning descr="phpstan: Unreachable statement - code above always terminates.">               break;</weak_warning>
        }
    }