From 01ea84a917e0bda270197700063bf3101a8a9a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Thu, 7 Nov 2013 21:12:48 +0100 Subject: [PATCH] Static members are not always strings Update method documentation to reflect the mixed type expected --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 202e1f0cb4a..19e6e6c8b81 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -45,7 +45,7 @@ if (! function_exists('json_encode')) * * @param string $class Class name * @param string $member Name of property - * @return string Return value of static property. + * @return mixed Return value of static property */ function getStaticMember($class, $member) {