mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°6414 Make AbstractSimpleField::Validate final
We don't have any overrides remaining anymore
This commit is contained in:
@@ -13,7 +13,7 @@ use Combodo\iTop\Form\Validator\MandatoryValidator;
|
||||
*/
|
||||
class AbstractSimpleField extends Field
|
||||
{
|
||||
public function Validate()
|
||||
final public function Validate()
|
||||
{
|
||||
$this->SetValid(true);
|
||||
$this->EmptyErrorMessages();
|
||||
|
||||
Reference in New Issue
Block a user