remove closing ?> tags on php files as recommended by best practices

This commit is contained in:
Michael Becker 2025-10-27 20:01:47 -04:00
parent ac7561660f
commit abcf832f47
4 changed files with 0 additions and 4 deletions

View File

@ -1336,4 +1336,3 @@
} }
\date_default_timezone_set(System::GetConfigurationValue("System.DefaultTimezone", date_default_timezone_get())); \date_default_timezone_set(System::GetConfigurationValue("System.DefaultTimezone", date_default_timezone_get()));
?>

View File

@ -19,4 +19,3 @@
*/ */
const Manual = 2; const Manual = 2;
} }
?>

View File

@ -72,4 +72,3 @@
parent::RenderBeginTag(); parent::RenderBeginTag();
} }
} }
?>

View File

@ -12,4 +12,3 @@
$this->Value = $value; $this->Value = $value;
} }
} }
?>