mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 07:34:09 +01:00
chore: Minor code changes.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -350,9 +350,9 @@ interface ConfigDataInterface
|
||||
public function setCheckUpdates(?bool $checkUpdates): ConfigDataInterface;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @return string|null
|
||||
*/
|
||||
public function getConfigHash();
|
||||
public function getConfigHash(): ?string;
|
||||
|
||||
/**
|
||||
* Generates a hash from current config options
|
||||
@@ -891,9 +891,9 @@ interface ConfigDataInterface
|
||||
public function jsonSerialize();
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @return string|null
|
||||
*/
|
||||
public function getConfigSaver();
|
||||
public function getConfigSaver(): ?string;
|
||||
|
||||
/**
|
||||
* @param string|null $configSaver
|
||||
|
||||
Reference in New Issue
Block a user