Static members are not always strings

Update method documentation to reflect the mixed type expected
This commit is contained in:
Raphaël Doursenaud 2013-11-07 21:12:48 +01:00
parent d5ab0723ba
commit 01ea84a917

View File

@ -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)
{