]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix some more docstrings
authorkondou <kondou@ts.unde.re>
Mon, 3 Mar 2014 16:32:29 +0000 (17:32 +0100)
committerkondou <kondou@ts.unde.re>
Mon, 3 Mar 2014 16:32:29 +0000 (17:32 +0100)
lib/private/config.php
lib/private/template/base.php

index 3649da84973702235a02788401864ab8663a20c5..56f472561341e60f67d8fea4cef8da871ed4efea 100644 (file)
@@ -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,
index 232a29939cccafeed9366fbb4bfd8900b93eafc7..7aa0cb4a956396cc79216247964c4da6c565bd82 100644 (file)
@@ -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