mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Alert : remove return type
This commit is contained in:
@@ -175,7 +175,12 @@ class Alert extends UIBlock
|
||||
return $this->bIsOpenedByDefault;
|
||||
}
|
||||
|
||||
public function SetOpenedByDefault(bool $bIsOpenedByDefault): Alert
|
||||
/**
|
||||
* @param bool $bIsOpenedByDefault
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function SetOpenedByDefault(bool $bIsOpenedByDefault)
|
||||
{
|
||||
$this->bIsOpenedByDefault = $bIsOpenedByDefault;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user