diff --git a/sources/application/UI/Base/Component/Input/Select/SelectOption.php b/sources/application/UI/Base/Component/Input/Select/SelectOption.php index 15bab00ef..7064a65ad 100644 --- a/sources/application/UI/Base/Component/Input/Select/SelectOption.php +++ b/sources/application/UI/Base/Component/Input/Select/SelectOption.php @@ -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;