mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:10:11 +00:00
fix phpdoc
This commit is contained in:
parent
05439e4866
commit
a654470061
3 changed files with 11 additions and 19 deletions
|
@ -68,7 +68,7 @@ class ConfigCache
|
|||
*
|
||||
* @return null|mixed Returns the value of the Config entry or null if not set
|
||||
*/
|
||||
public function get(string $cat, string $key = null)
|
||||
public function get(string $cat, $key = null)
|
||||
{
|
||||
if (isset($this->config[$cat][$key])) {
|
||||
return $this->config[$cat][$key];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue