Skip to content

[FrameworkBundle] Optimize validator registration #13111

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

Merged
merged 1 commit into from
Dec 26, 2014

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Dec 25, 2014

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

Optimize validator registration (avoid an unneeded loop and access to the Reflection API).

@dunglas dunglas force-pushed the optimize_framework_extension branch from 4d8ceae to acdc354 Compare December 25, 2014 10:41
@dunglas
Copy link
Member Author

dunglas commented Dec 25, 2014

The fabpot.io CS error is already fixed in #13107.

@dunglas dunglas force-pushed the optimize_framework_extension branch from acdc354 to 9c5b9e1 Compare December 26, 2014 07:58
@fabpot
Copy link
Member

fabpot commented Dec 26, 2014

Thank you @dunglas.

@fabpot fabpot merged commit 9c5b9e1 into symfony:2.7 Dec 26, 2014
fabpot added a commit that referenced this pull request Dec 26, 2014
This PR was merged into the 2.7 branch.

Discussion
----------

[FrameworkBundle] Optimize validator registration

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Optimize validator registration (avoid an unneeded loop and access to the Reflection API).

Commits
-------

9c5b9e1 [FrameworkBundle] Optimize validator registration
@dunglas dunglas deleted the optimize_framework_extension branch December 5, 2015 09:01
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.

2 participants