chore: Fix interface implementation

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-11-19 11:15:25 +01:00
parent f775fc1e2f
commit 055a1bd4b5
7 changed files with 12 additions and 45 deletions

View File

@@ -154,18 +154,12 @@ class CustomFieldDefDataOld extends CustomFieldBaseData implements DataModelInte
return $this->help;
}
/**
* @param string $help
*/
public function setHelp($help)
{
$this->help = $help;
}
/**
* @return int
*/
public function getId()
public function getId(): ?int
{
return $this->customfielddef_id;
}