mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02: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