minor phpdoc fixings

This commit is contained in:
Philipp Holzer 2019-07-15 20:54:33 +02:00
parent 74f7c16585
commit ebf00e32a1
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
3 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -29,7 +29,6 @@ class PConfig extends DbaConfig
}
while ($config = $this->dba->fetch($configs)) {
$key = $config['k'];
$value = $this->toConfigValue($config['v']);