bugfixing adapter get() in case of no connection

This commit is contained in:
Philipp Holzer 2019-02-11 23:45:08 +01:00
parent ad1254c49c
commit 0a318925a4
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
6 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@ namespace Friendica\Core\Config\Adapter;
interface IPConfigAdapter
{
/**
* Loads all configuration values of a user's config family into a cached storage.
* Loads all configuration values of a user's config family and returns the loaded category as an array.
*
* @param string $uid The user_id
* @param string $cat The category of the configuration value
@ -71,7 +71,7 @@ interface IPConfigAdapter
public function isConnected();
/**
* Checks, if a config value ($value) in the category ($cat) is already loaded for the user_id $uid.
* Checks, if a config key ($key) in the category ($cat) is already loaded for the user_id $uid.
*
* @param string $uid The user_id
* @param string $cat The configuration category