Apply suggestions

This commit is contained in:
Philipp 2023-01-03 17:24:05 +01:00
parent 072464119a
commit b439df892a
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
14 changed files with 69 additions and 66 deletions

View file

@ -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.