mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Improve PHPDoc and type hints
This commit is contained in:
@@ -440,9 +440,12 @@ class Set extends AbstractInput
|
||||
|
||||
/**
|
||||
* @param string $sInitialValue
|
||||
* @return $this
|
||||
*/
|
||||
public function SetInitialValue(string $sInitialValue): void
|
||||
public function SetInitialValue(string $sInitialValue)
|
||||
{
|
||||
$this->sInitialValue = $sInitialValue;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user