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

DDC-3493 - fixed EntityGenerator parsing for php 5.5 "::class" syntax #1256

Closed
wants to merge 1 commit into from
Closed

Conversation

asprega
Copy link
Contributor

@asprega asprega commented Jan 15, 2015

I did not check for $i > 0 because at least a php opening tag is needed for the src to be valid PHP, so the class token can never be at index 0 (it can be at index 1 at the very least, e.g. <?class Foo .... Please let me know if you think I should add that check anyway.

See pull request #1250.

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DDC-3502

We use Jira to track the state of pull requests and the versions they got
included in.

@Ocramius Ocramius closed this in 5be57d0 Jan 15, 2015
@Ocramius
Copy link
Member

@asprega thanks! Please include commits from failing tests next time (don't copy-paste them). I fixed that while merging.

@Ocramius
Copy link
Member

master: 5bd9211
2.4: 8198a6c

@Ocramius Ocramius self-assigned this Jan 15, 2015
@asprega
Copy link
Contributor Author

asprega commented Jan 15, 2015

@Ocramius I'm sorry, I was unsure of how to do a pull request by mixing commits from 2 separate repos. I just realized that I could have pulled the other commit by adding that other repo as another remote. I'll try that next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants