]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/PConfig.php
Merge pull request #5394 from MrPetovan/bug/fix-config-set-return-value
[friendica.git] / src / Core / PConfig.php
index aa5f75abe737b2350e199ae9083e899e6a6bce0e..e8b5c6ca5af2be985e99b2be1a63960015d07fcc 100644 (file)
@@ -107,7 +107,7 @@ class PConfig extends BaseObject
         * @param string $key    The configuration key to set
         * @param string $value  The value to store
         *
-        * @return mixed Stored $value or false
+        * @return bool Operation success
         */
        public static function set($uid, $family, $key, $value)
        {