Chuck Burgess
Chuck Burgess
Would this enhancement be more complex than just implementing an 'odbc' option for the MetaData class? I recognize that an ODBC layer here would actually have to sit between the...
My first thought would be to split the bold classname heading on its CamelCase boundaries, e.g. Command line Options Middleware
I'm very unconvinced on this one. Making a class be your enumerator object seems to me to be the correct approach, both in code and in documenting things. This approach...
Given different coding standard requirements on whether or not sections of the @param tag have to line up, I can guess the variations in how the text description gets aligned...
+1 from me
> As said by @Crell, even if this is minial, it should require a bylaw vote. > > Let's try to see if there are other cases like this to...
Do any of the tag tokenizing applications (phpstorm, phpstan, psalm) use or allow this notation? We need to remember that this effort is to standardize on what's in use, not...
It looks to me like nearly everything this library provides is string-based, rather than reflectors... @jaapio @mvriel , does that sound right to you? If so, then we probably don't...
Right, but Reflection depends on ReflectionDocBlock, not the other way around. If the whole paradigm in ReflectionDocBlock is "return strings for all the info you ask for", I'd say it...
Thinking about this request purely from the ReflectionDocBlock perspective, maybe it would be useful to have this capability in here, since *locations inside the docblock* are still "metadata about the...