N°8715 - Revert first fix attempt

This commit is contained in:
Stephen Abello
2025-10-27 15:57:54 +01:00
parent d029039d22
commit f1609168b7

View File

@@ -22,7 +22,7 @@ abstract class AbstractInput extends UIBlock
/**@var string */
protected $sPlaceholder;
public function GetName(): ?string
public function GetName(): string
{
return $this->sName;
}