]> git.mxchange.org Git - friendica.git/commitdiff
wrong indent
authorPhilipp Holzer <admin@philipp.info>
Sat, 30 Mar 2019 18:09:55 +0000 (19:09 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sat, 30 Mar 2019 18:10:19 +0000 (19:10 +0100)
src/Core/Update.php

index e1a419e411013b1016a7ebc34fe27d38d635c2f5..8c15002a606ea66ccf3e645deec0ca617de9abc0 100644 (file)
@@ -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