You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project which contains a static member in a standard class, the attribute static="true" doesn't appear in result XML file after phpdox collector is run.
I've tried with dev-master and 0.8.0.
I don't know if this issue should be address to phpDox, php-parser or another dependency because I didn't have time to get in deeper.
Once someone can confirm this issue I try to find out what it's happening.
In a project which contains a static member in a standard class, the attribute
static="true"
doesn't appear in result XML file after phpdox collector is run.I've tried with
dev-master
and0.8.0
.I don't know if this issue should be address to
phpDox
,php-parser
or another dependency because I didn't have time to get in deeper.Once someone can confirm this issue I try to find out what it's happening.
Steps for reproducing it...
./phpdox.xml
config file./src/MyClass.php
source fileAfter running
phpdox --collector
, here is./build/classes/MyClass.xml
Just sharing my console output
The text was updated successfully, but these errors were encountered: