mirror of
https://github.com/friendica/friendica
synced 2025-04-24 12:30:10 +00:00
minor phpdoc fixings
This commit is contained in:
parent
74f7c16585
commit
ebf00e32a1
3 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,6 @@ class PConfig extends DbaConfig
|
|||
}
|
||||
|
||||
while ($config = $this->dba->fetch($configs)) {
|
||||
|
||||
$key = $config['k'];
|
||||
$value = $this->toConfigValue($config['v']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue