Static members are not always strings
Update method documentation to reflect the mixed type expected
This commit is contained in:
parent
d5ab0723ba
commit
01ea84a917
@ -45,7 +45,7 @@ if (! function_exists('json_encode'))
|
|||||||
*
|
*
|
||||||
* @param string $class Class name
|
* @param string $class Class name
|
||||||
* @param string $member Name of property
|
* @param string $member Name of property
|
||||||
* @return string Return value of static property.
|
* @return mixed Return value of static property
|
||||||
*/
|
*/
|
||||||
function getStaticMember($class, $member)
|
function getStaticMember($class, $member)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user