]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/IConfigAdapter.php
coding standards
[friendica.git] / src / Core / Config / IConfigAdapter.php
index d1bb60033166fb97322cfcfb27bf28be985e6c33..f9af253c0b27aed6f51d9dbed74d98874a39f89b 100644 (file)
@@ -4,7 +4,7 @@ namespace Friendica\Core\Config;
 
 /**
  *
- * @author Hypolite Petovan <mrpetovan@gmail.com>
+ * @author Hypolite Petovan <hypolite@mrpetovan.com>
  */
 interface IConfigAdapter
 {
@@ -53,7 +53,7 @@ interface IConfigAdapter
         * @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 function set($cat, $k, $value);