diff --git a/sources/Application/UI/Base/Component/Input/AbstractInput.php b/sources/Application/UI/Base/Component/Input/AbstractInput.php index 5865da661..ccbb1525e 100644 --- a/sources/Application/UI/Base/Component/Input/AbstractInput.php +++ b/sources/Application/UI/Base/Component/Input/AbstractInput.php @@ -22,7 +22,7 @@ abstract class AbstractInput extends UIBlock /**@var string */ protected $sPlaceholder; - public function GetName(): ?string + public function GetName(): string { return $this->sName; }