]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/IConfigAdapter.php
Merge pull request #5599 from annando/postupdate
[friendica.git] / src / Core / Config / IConfigAdapter.php
index d1bb60033166fb97322cfcfb27bf28be985e6c33..4bd8eac264167269d411aa8b1071b72bb50fb690 100644 (file)
@@ -53,7 +53,7 @@ interface IConfigAdapter
         * @param string $key    The configuration key to set
         * @param mixed  $value  The value to store
         *
-        * @return mixed Stored $value or false if the database update failed
+        * @return bool Operation success
         */
        public function set($cat, $k, $value);