Closed davidsneighbour closed 6 years ago
No, that seems to be a bug in the docblock parsing.
Just to go sure: with subsequent lines I only mean the multi-line docs for this one constant, not the following constants or parameters documentation.
Two side notes regarding the fix for future reference:
@constant
annotation in phpDoc as far as I could find
I have constants in classes documented as the following sample:
This parses correct. But when I cut the string in two lines (so it's below 80 characters per line) the second and subsequent lines are ignored in the resulting documentation file.
Are there any rules that constants have to be documented in one single line?