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

BUGFIX: Exclude sebastian.* and phpdocumentor.* from reflection #381

Merged
merged 1 commit into from Jun 9, 2016

Conversation

kdambekalns
Copy link
Member

This fixes reflection failures caused by some classes in those libraries:

phpunit/phpunit depends on phpspec/prophecy, which depends on phpdocumentor/reflection-docblock.
Now prophecy changed that dependency from ~2.0 to ^2.0|^3.0.2 when going from 1.6.0 to 1.6.1.
reflection-docblock 3.x includes (new) code which fails reflection (namespace does not match file path).

This fixes reflection failures caused by some classes in those libraries.
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @robertlemke, @bwaidelich and @cognifloyd to be potential reviewers

@kitsunet kitsunet merged commit a1caa94 into neos:2.3 Jun 9, 2016
@kdambekalns kdambekalns deleted the exclude-more-classes branch June 9, 2016 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants