From f1609168b76f7c0d21562721c754111096957f30 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 27 Oct 2025 15:57:54 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08715=20-=20Revert=20first=20fix=20attemp?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Application/UI/Base/Component/Input/AbstractInput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }