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

[FrameworkBundle] Fix PhpDocExtractor registration #17964

Merged
merged 1 commit into from Mar 1, 2016

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Feb 29, 2016

Q A
Branch master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? no
Fixed tickets n/a
License MIT
Doc PR n/a

Fix for the fix... (#17931). class_exists on an interface will never work. I've tested this one in real condition and it works.

@fabpot
Copy link
Member

fabpot commented Mar 1, 2016

Thank you @dunglas.

@fabpot fabpot merged commit 89467b5 into symfony:master Mar 1, 2016
fabpot added a commit that referenced this pull request Mar 1, 2016
This PR was merged into the 3.1-dev branch.

Discussion
----------

[FrameworkBundle] Fix PhpDocExtractor registration

| Q             | A
| ------------- | ---
| Branch        | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | no
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Fix for the fix... (#17931). `class_exists` on an interface will never work. I've tested this one in real condition and it works.

Commits
-------

89467b5 [FrameworkBundle] Fix PhpDocExtractor registration
@fabpot fabpot mentioned this pull request May 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants