Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class constants of type boolean are not fetched #208

Closed
kungtiger opened this issue Mar 18, 2015 · 1 comment
Closed

class constants of type boolean are not fetched #208

kungtiger opened this issue Mar 18, 2015 · 1 comment
Labels

Comments

@kungtiger
Copy link

First things first: great thing of yours!
Took me a bit to get it to work but in the end I figured it out.

But: One of my classes is defining some constants and are of type boolean.
In the final Documentation their values do not show up. The table cell is simply empty.
I've checked the XMLs phpDox is generating and it turnes out that neither true nor false are recognised.

Maybe you could fix it, otherwise I will edit the XML file manually and run the generation again.

Thanks!

@theseer theseer added the Bug label Mar 19, 2015
theseer added a commit that referenced this issue Mar 19, 2015
@theseer
Copy link
Owner

theseer commented Mar 19, 2015

This was due to an (at least to me) unexpected behavior of PHPParser. Found the issue and reworked the code to be more reliable and fixed a bunch of other issues with that along.

Works for me now.

@theseer theseer closed this as completed Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants