mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #7521 from owncloud/docstrings_2_kondou
Fix some more docstrings
This commit is contained in:
commit
7edd8df07f
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ class Config {
|
|||
/**
|
||||
* @brief Gets a value from config.php
|
||||
* @param string $key key
|
||||
* @param string|null $default = null default value
|
||||
* @param array|bool|string|null $default = null default value
|
||||
* @return string the value or $default
|
||||
*
|
||||
* This function gets the value from config.php. If it does not exist,
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class Base {
|
|||
/**
|
||||
* @brief Assign variables
|
||||
* @param string $key key
|
||||
* @param string $value value
|
||||
* @param array|bool|integer|string $value value
|
||||
* @return bool
|
||||
*
|
||||
* This function assigns a variable. It can be accessed via $_[$key] in
|
||||
|
|
|
|||
Loading…
Reference in a new issue