mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°3537 Code review
Thanks @Molkobain !
This commit is contained in:
@@ -28,9 +28,15 @@ class Input extends AbstractInput
|
||||
return $this->sType;
|
||||
}
|
||||
|
||||
public function SetType(string $sType): Input
|
||||
/**
|
||||
* @param string $sType
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function SetType(string $sType)
|
||||
{
|
||||
$this->sType = $sType;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user