]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Use a specific page title in all pages
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index 9e4c9f6328d113d4de7dc1af370e6f8a26058a7f..82f4a368e669d57316884a1deec581841813214f 100644 (file)
@@ -123,7 +123,7 @@ class ConfigManager
      * Supports nested settings with dot separated keys.
      *
      * @param string $setting    Asked setting, keys separated with dots.
-     * @param string $value      Value to set.
+     * @param mixed  $value      Value to set.
      * @param bool   $write      Write the new setting in the config file, default false.
      * @param bool   $isLoggedIn User login state, default false.
      *