]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config.php
Fix Scrutinizer issues in mod [_well_know -> contactgroup]
[friendica.git] / src / Core / Config.php
index 2515116a9bdef7b01be4bea1eec18b0949047fe5..9a270511c50886ffbc52db10135a37e6eb945c85 100644 (file)
@@ -130,7 +130,7 @@ class Config
         *
         * @param string $family The category of the configuration value
         * @param string $key    The configuration key to set
-        * @param string $value  The value to store
+        * @param mixed  $value  The value to store
         *
         * @return mixed Stored $value or false if the database update failed
         */