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
- Handle correctly array of type
- Add test case (tests/data/issue234)
- Better handling of multiple type (piped '|')
- Update html rendering to display array in members definition
Fixtheseer#234
MacFJA
added a commit
to MacFJA/phpdox
that referenced
this issue
Apr 28, 2019
- Handle correctly array of type
- Add test case (tests/data/issue234)
- Better handling of multiple type (piped '|')
- Update html rendering to display array in members definition
Fixtheseer#234
- Handle correctly array of type
- Add test case (tests/data/issue234)
- Better handling of multiple type (piped '|')
- Update html rendering to display array in members definition
Fix#234
That's it, and it occurs only for array signatures in namespaced class.
I didn't got this problem when I try with a non-namespaces class, for this case it works perfectly in
dev-master
branch.Related to #232 #233
The text was updated successfully, but these errors were encountered: