Closed tobias-93 closed 8 years ago
PHP 5.4 doesn't support the static property class, so it needs the FQCN as an argument instead. This PR adds support for that as well.
class
Thanks @tobias-93, just fix comments and I will merge it. :+1:
@tobias-93 Merged as is, thanks!
PHP 5.4 doesn't support the static property
class
, so it needs the FQCN as an argument instead. This PR adds support for that as well.