]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config.php
Merge pull request #5394 from MrPetovan/bug/fix-config-set-return-value
[friendica.git] / src / Core / Config.php
index 93cb266577115e297fd76ed7d501624681e4cad2..b686b63e5291e1be0b89b7a24fe7758235f60192 100644 (file)
@@ -110,7 +110,7 @@ class Config extends BaseObject
         * @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 static function set($family, $key, $value)
        {