From 363d6b72ae89e399e23b133f2a3d7d74aa89fe09 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sat, 30 Mar 2019 19:09:55 +0100 Subject: [PATCH] wrong indent --- src/Core/Update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/Update.php b/src/Core/Update.php index e1a419e411..8c15002a60 100644 --- a/src/Core/Update.php +++ b/src/Core/Update.php @@ -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