X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConfig%2FIPConfigAdapter.php;h=b912418432e1eb86d15005a4da20911b3cd84bbd;hb=4a95ca280d665eda09529f91eb28b517a471e683;hp=a0f0c9a94c10040956b8a8086be37ca66154e4f8;hpb=850d9b4c0b595e00e5cd7ec40a2e8c0f0569738f;p=friendica.git diff --git a/src/Core/Config/IPConfigAdapter.php b/src/Core/Config/IPConfigAdapter.php index a0f0c9a94c..b912418432 100644 --- a/src/Core/Config/IPConfigAdapter.php +++ b/src/Core/Config/IPConfigAdapter.php @@ -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);