Skip to content
Snippets Groups Projects

php8 only; added variable types; short array syntax; remove glyphicons

Merged Hahn Axel (hahn) requested to merge 7359-update-php83 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -203,7 +203,7 @@ class classinfos {
$source_code=file_get_contents($this->oRefClass->getFileName());
$sHtml.='<div class="sourcecode">';
$sHtml='<div class="sourcecode">';
if ($sMode=="html"){
$sHtml.='<h2 id="source">Source</h2>';
}
Loading