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
I looked at several different ways to implement this, and there are some very opinionated choices that would need to be made. Since I don't typically use PHP for functional programming, I'll defer this until I get some feedback or requests for particular ways of exporting and organizing this type of data.
Currently the generator supports documentation for classes, traits, and interfaces, but not user defined functions.
Though I don't see a very good way to inspect and support anonymous functions or global scoped closures, actual defined functions could be supported.
The text was updated successfully, but these errors were encountered: