Closed ghost closed 9 years ago
Hello
Apparently getStackClasses doesn't cope very well with comments when static access is used, for example:
getStackClasses
/* * This is a comment */ // This is another comment. BarAlias::staticFunc();
When a variable such as $this is used, it works fine because the method stops on the dollar sign.
$this
Thanks in advance
Hello
Apparently
getStackClasses
doesn't cope very well with comments when static access is used, for example:When a variable such as
$this
is used, it works fine because the method stops on the dollar sign.Thanks in advance