From 5e3b6f1fd9f3ba07031cb1cc1757d9ae94bebba6 Mon Sep 17 00:00:00 2001 From: kondou Date: Mon, 3 Mar 2014 17:32:29 +0100 Subject: [PATCH] Fix some more docstrings --- lib/private/config.php | 2 +- lib/private/template/base.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/private/config.php b/lib/private/config.php index 3649da8497..56f4725613 100644 --- a/lib/private/config.php +++ b/lib/private/config.php @@ -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, diff --git a/lib/private/template/base.php b/lib/private/template/base.php index 232a29939c..7aa0cb4a95 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -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