mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Correct type hint and update PhpDoc
This commit is contained in:
@@ -93,9 +93,9 @@ class SelectOption extends UIBlock
|
||||
/**
|
||||
* @param bool $bDisabled
|
||||
*
|
||||
* @return SelectOption
|
||||
* @return $this
|
||||
*/
|
||||
public function SetDisabled(bool $bDisabled): SelectOption
|
||||
public function SetDisabled(bool $bDisabled)
|
||||
{
|
||||
$this->bDisabled = $bDisabled;
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user