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

Cannot instantiate final class if it extends internal #20

Merged

Conversation

ciaranmcnulty
Copy link
Contributor

For some reason in PHP > 5.6 you're checking a class isn't final and internal, instead you should be checking it's not final w/ internal ancestors (as in the case below for PHP > 5.4)

This is linked to phpspec/phpspec#704

@ciaranmcnulty
Copy link
Contributor Author

The Travis build failure seems to be a timeout

@Ocramius
Copy link
Member

Restarted the worker

@Ocramius Ocramius self-assigned this Jun 14, 2015
@Ocramius Ocramius added the bug label Jun 14, 2015
@Ocramius Ocramius added this to the 1.0.5 milestone Jun 14, 2015
Ocramius added a commit that referenced this pull request Jun 14, 2015
…ternal-final

Cannot instantiate final class if it extends internal
@Ocramius Ocramius merged commit 8e884e7 into doctrine:master Jun 14, 2015
@Ocramius
Copy link
Member

👍

@Ocramius
Copy link
Member

@ciaranmcnulty tagged 1.0.5

@ciaranmcnulty
Copy link
Contributor Author

Awesome thanks 👍

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.

2 participants