J.D. Grimes
J.D. Grimes
@danielbachhuber true, if a PHP executable is available or can be installed. Since you are familiar with hosting, maybe you have an idea on how often that would actually be...
> For site-owners, this doesn't have an immediate benefit, but a higher number of experienced developers means a higher number of quality plugins that fulfills the site owners' needs. It...
> If you're running an unsupported PHP version, chances are much higher that your site is compromised by an attacker. The general sentiment may be correct, but I'm not comfortable...
FYI, constants are parsed and exported currently. They just aren't being imported.
I've created in #186, which addresses the first example (2 documented filters, first doc not picked up). The second example (first filter documented, second not, but docs imported for second...
What if we parsed and stored the data for each file separately? That way we'd only need to ever have one file in memory at a time. We could then...
Or we could keep one file but stream to/from it instead of pulling the whole thing into memory at once (sort of like is being done with the [WordPress Importer...
https://blackfire.io/ might be helpful here.
This is the way that hashes are described in PHPDoc PSR-5: https://github.com/phpDocumentor/fig-standards/blob/master/proposed/phpdoc.md#7-describing-hashes I’m not sure if PHPDocumentor can parse this out yet or not. Worth investigating.
I did a little digging into this, and it is ultimately an issue with the syntax in question not being supported by [phpDocumentor\Reflection\DocBlock](https://github.com/phpDocumentor/ReflectionDocBlock). As far as I can tell, this...