X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FPConfig.php;h=e8b5c6ca5af2be985e99b2be1a63960015d07fcc;hb=2fa6cc000013089d59d9cc221b544ed1a7a4cd37;hp=aa5f75abe737b2350e199ae9083e899e6a6bce0e;hpb=66a103e36a42ab251fd9ca6c4b56b54380e4d535;p=friendica.git diff --git a/src/Core/PConfig.php b/src/Core/PConfig.php index aa5f75abe7..e8b5c6ca5a 100644 --- a/src/Core/PConfig.php +++ b/src/Core/PConfig.php @@ -107,7 +107,7 @@ class PConfig extends BaseObject * @param string $key The configuration key to set * @param string $value The value to store * - * @return mixed Stored $value or false + * @return bool Operation success */ public static function set($uid, $family, $key, $value) {