X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConfig%2FIPConfigAdapter.php;h=b912418432e1eb86d15005a4da20911b3cd84bbd;hb=8dc5b04be7cd9cb2eb77ed9824815efe27369bee;hp=a0f0c9a94c10040956b8a8086be37ca66154e4f8;hpb=c9f02d534e2016acf18d7fa18db193d056495841;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);