Skip to content
Snippets Groups Projects
Commit 521674a6 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

minimal changes in classinfos.class

parent dc1dd09e
Branches
No related tags found
1 merge request!66php8 only; added variable types; short array syntax; remove glyphicons
This commit is part of merge request !66. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,6 @@ class classinfos {
*/
public function __construct($sClassname){
if($sClassname) $this->setClassname($sClassname);
return true;
}
public function setClassname($sClassname){
......@@ -73,7 +72,7 @@ class classinfos {
$sReturn=preg_replace('/\@('.$sKey.')/U', '<span class="doctag">@'.$sKey.'</span>', $sReturn);
}
return $sReturn;
return $sReturn='<div class="comment">'. $sReturn . '</div>';
// return $sReturn='<div class="comment">'. $sReturn . '</div>';
}
......@@ -343,7 +342,3 @@ class classinfos {
}
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment