]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/Capability/IManageConfigValues.php
Apply suggestions
[friendica.git] / src / Core / Config / Capability / IManageConfigValues.php
index 42ebea0004f207693015b7397cfab2d6082c880a..715887ddf3cee96670d896d47ac6e49b82c3e9d7 100644 (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.