mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
3234 - php 5.6 compatibility
This commit is contained in:
@@ -31,7 +31,7 @@ class BackgroundTask extends DBObject
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function IsDebug(): bool
|
||||
public function IsDebug()
|
||||
{
|
||||
return $this->bDebug;
|
||||
}
|
||||
@@ -39,7 +39,7 @@ class BackgroundTask extends DBObject
|
||||
/**
|
||||
* @param bool $bDebug
|
||||
*/
|
||||
public function SetDebug(bool $bDebug): void
|
||||
public function SetDebug($bDebug)
|
||||
{
|
||||
$this->bDebug = $bDebug;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user