minor phpdoc fixings
This commit is contained in:
parent
74f7c16585
commit
ebf00e32a1
|
@ -5,7 +5,7 @@ namespace Friendica\Core\Config;
|
|||
use Friendica\Model;
|
||||
|
||||
/**
|
||||
* This class implements the preload Time configuration, which will cache
|
||||
* This class implements the preload configuration, which will cache
|
||||
* all config values per call in a cache.
|
||||
*
|
||||
* Minimizes the number of database queries to retrieve configuration values at the cost of memory.
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace Friendica\Core\Config;
|
|||
use Friendica\Model;
|
||||
|
||||
/**
|
||||
* This class implements the preload Time configuration, which will cache
|
||||
* This class implements the preload configuration, which will cache
|
||||
* all user config values per call in a cache.
|
||||
*
|
||||
* Minimizes the number of database queries to retrieve configuration values at the cost of memory.
|
||||
|
|
|
@ -29,7 +29,6 @@ class PConfig extends DbaConfig
|
|||
}
|
||||
|
||||
while ($config = $this->dba->fetch($configs)) {
|
||||
|
||||
$key = $config['k'];
|
||||
$value = $this->toConfigValue($config['v']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue