mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Apply suggestions
This commit is contained in:
parent
072464119a
commit
b439df892a
14 changed files with 69 additions and 66 deletions
|
@ -94,9 +94,9 @@ interface IManageConfigValues
|
|||
*
|
||||
* It relies on the current instance, so after save(), the values of this config class will get altered at once too.
|
||||
*
|
||||
* @return ISetConfigValuesTransactional
|
||||
* @return ISetConfigValuesTransactionally
|
||||
*/
|
||||
public function transactional(): ISetConfigValuesTransactional;
|
||||
public function beginTransaction(): ISetConfigValuesTransactionally;
|
||||
|
||||
/**
|
||||
* Deletes the given key from the system configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue