]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/IPConfigAdapter.php
Change (P)Config::set return value to bool
[friendica.git] / src / Core / Config / IPConfigAdapter.php
index a0f0c9a94c10040956b8a8086be37ca66154e4f8..b912418432e1eb86d15005a4da20911b3cd84bbd 100644 (file)
@@ -57,7 +57,7 @@ interface IPConfigAdapter
         * @param string $k     The configuration key to set
         * @param string $value The value to store
         *
-        * @return mixed Stored $value or false
+        * @return bool Operation success
         */
        public function set($uid, $cat, $k, $value);