]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config.php
Change (P)Config::set return value to bool
[friendica.git] / src / Core / Config.php
index 3c1d3245fd2256e3bde8fdd3801d4181ce84e8de..1e7fb9202bbd2ae7935ddb18bfa741449af246a0 100644 (file)
@@ -95,7 +95,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)
        {