in testData/output/Simple.php [36:42]
<weak_warning descr="phpstan: Method WebServCo\Framework\SourceCode::highlightXml() has no return typehint specified."><weak_warning descr="phpstan: Method WebServCo\Framework\SourceCode::highlightXml() has parameter $data with no typehint specified."> protected function highlightXml($data)</weak_warning></weak_warning>
{
$data = htmlentities($data);
$data = str_replace('<', '<span style="color: purple"><', $data);
$data = str_replace('>', '></span>', $data);
return $data;
}