Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpdocumentor/reflection to 3.0.1 #189

Closed
wants to merge 2 commits into from
Closed

Update phpdocumentor/reflection to 3.0.1 #189

wants to merge 2 commits into from

Commits on Jan 22, 2017

  1. Copy the full SHA
    786a0f5 View commit details
    Browse the repository at this point in the history
  2. Modifies the file reflector to avoid errors

    Modifies the file reflector to avoid errors like this:
    
    ```
    Undefined property: PhpParser\Node\Stmt\Function_::$uses
    
    /Users/johngrimes/git/WP-Parser/lib/class-file-reflector.php:174
    /Users/johngrimes/.composer/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php:133
    /Users/johngrimes/.composer/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php:64
    /Users/johngrimes/git/WP-Parser/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Traverser.php:52
    /Users/johngrimes/git/WP-Parser/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/FileReflector.php:163
    /Users/johngrimes/git/WP-Parser/lib/runner.php:56
    ```
    
    # Conflicts:
    #	composer.json
    #	composer.lock
    JDGrimes authored and grappler committed Jan 22, 2017
    Copy the full SHA
    36fd71b View commit details
    Browse the repository at this point in the history