mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
ci: fix tests and code style
This commit is contained in:
@@ -648,7 +648,8 @@ class RunTimeEnvironment
|
||||
}
|
||||
}
|
||||
|
||||
public function SetDbUUID() : void {
|
||||
public function SetDbUUID(): void
|
||||
{
|
||||
// Set a DBProperty with a unique ID to identify this instance of iTop
|
||||
$sUUID = DBProperty::GetProperty('database_uuid', '');
|
||||
if ($sUUID === '') {
|
||||
|
||||
Reference in New Issue
Block a user