mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 04:16:54 +01:00
chore: Fix interface implementation
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user