mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
wrong indent
This commit is contained in:
parent
0a447cb61b
commit
363d6b72ae
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ class Update
|
|||
* Checks the config settings and saves given config values into the config file
|
||||
*
|
||||
* @param string $basePath The basepath of Friendica
|
||||
* @param App\Mode $$mode The current App mode
|
||||
* @param App\Mode $mode The current App mode
|
||||
*
|
||||
* @return bool True, if something has been saved
|
||||
*/
|
||||
|
@ -314,7 +314,7 @@ class Update
|
|||
* @param ConfigFileSaver $configFileSaver The config file saver
|
||||
* @param string $cat The config category
|
||||
* @param string $key The config key
|
||||
* @param bool $allowEmpty If true, empty values are valid (Default there has to be a variable)
|
||||
* @param bool $allowEmpty If true, empty values are valid (Default there has to be a variable)
|
||||
* @param string $default A default value, if none of the settings are valid
|
||||
*
|
||||
* @return boolean True, if a value was updated
|
||||
|
|
Loading…
Reference in a new issue