phpdoc-parser
phpdoc-parser copied to clipboard
Documentation parser powering developer.wordpress.org
As discussed in #198 there should be a filter to skip directories before importing files. This PR adds three filters to exclude directories and files before import. **Note**: I've closed...
For the parent trac issue please see: https://meta.trac.wordpress.org/ticket/3063. In order to add the Gutenberg JSDoc into the code reference we'd want to be able to differentiate between JS and PHP...
PHPParser loops over the body of a conditional statement (the part between the curly brackets), before looping over each node in the expression. Because we were only saving the last...
This fixes the issue where new lines were being stripped from `` blocks. Stripping new lines was a bandaid fix to begin with, and bled through in `` blocks. Rather...
I tried several times and cannot trace back to technical reasons for `sleep( 3 )` every ten items. Can someone explain what exactly it is doing? Farthest I got @rmccue...
> PHP Warning: implode(): Invalid arguments passed in wp-content/plugins/phpdoc-parser/lib/class-static-method-call-reflector.php on line 18 I'm not sure what triggers it, but it's triggered with WordPress 6.4.2. ``` [16-Jan-2024 03:27:06 UTC] PHP 18....
I am running into issues with the PHPDOC Parser freshly installed today from SVN whereas several files simply are not processed. Example, the JSON export (same when I `create` instead...
I'm not able to get any file that uses Namespaces extensively. A single Namespace is acceptable but longer Namespaces are ignored. Any chance of getting this fixed or know of...
>"phpdocumentor/reflection" : "~3.0", but latest version is https://github.com/phpDocumentor/Reflection 5.1.0 Due to this, this package cannot be used anymore in most installs, as there are dependency conflicts.