]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/PConfig.php
Change (P)Config::set return value to bool
[friendica.git] / src / Core / PConfig.php
index 274122deda4513dd63acaeded4414989b0d7fd21..2f7bd926f4adff4b18f006de1fbe78a2e1036b39 100644 (file)
@@ -93,7 +93,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)
        {