mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
cleanup code (php warning)
This commit is contained in:
@@ -16,7 +16,7 @@ class DBToolsUtils
|
||||
{
|
||||
private static bool $bAnalyzed = false;
|
||||
|
||||
private final static function AnalyzeTables()
|
||||
private static function AnalyzeTables()
|
||||
{
|
||||
if (self::$bAnalyzed) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user