phpdoc-parser icon indicating copy to clipboard operation
phpdoc-parser copied to clipboard

Documentation parser powering developer.wordpress.org

Results 61 phpdoc-parser issues
Sort by recently updated
recently updated
newest added

## Description Previously, the hook-name printer was reyling on the parser's pretty printer to generate names, and then post-processing the name to extract string literal values and concatenations. Unfortunately this...

See the attached issue for more information. Issue: #204

enhancement
has PR

Fixes issue #230 by checking if the variable is global before assigning it to the `$this->last_doc`.

This version of the PHPDocumentor doesn't validate the presence of the value before accessing it, which throws the error when it's undefined: https://github.com/phpDocumentor/Reflection/blob/e13a8d8f6f2130f1f1a37ea02b1a76d8a039d10d/src/phpDocumentor/Reflection/IncludeReflector.php#L54-L57 Simply adding the validation fixes issue #216.

Remaining work ・ How to decompress and acquire blob data ・ Handle bitbucket package push ・ Operation check #

In e482b28d6cb3761f0a2d69a2ea97fd19a0b22e7a the [phpdocumentor/reflection](https://github.com/phpDocumentor/Reflection) requirement was updated to version 3. This change also updated the [nikic/php-parser](https://github.com/nikic/PHP-Parser) requirement (from phpdocumentor/reflection) to version 1. In that version of the PHP Parser all...

The (travis-ci) unit tests are failing because not all PHPUnit versions are compatible with the `WP_UnitTestCase` class from WordPress. This pull requests replaces the [ hard coded WP version](https://github.com/WordPress/phpdoc-parser/blob/e482b28d6cb3761f0a2d69a2ea97fd19a0b22e7a/.travis.yml#L18) (4.3)...

As disscussed in [ticked #2847](https://meta.trac.wordpress.org/ticket/2847) there is no easy way to query for posts with these type of change versions. This pull request imports the different change versions as post...