Skip to content

[Form] Rename FormConfigBuilder::$nativeRequestProcessor private variable to ::$nativeRequestHandler #25041

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
Nov 21, 2017

Conversation

issei-m
Copy link
Contributor

@issei-m issei-m commented Nov 20, 2017

Q A
Branch? 2.7
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? Not confirmed, but the changes are completely minor
Fixed tickets -
License MIT
Doc PR -

I guess the term "processor" had been used until this PR comes, but hadn't been renamed properly at the time.
And I think "handler" sounds more relevant to me anyway.

@nicolas-grekas
Copy link
Member

For 2.7 I guess as that's the lowest branch where this applies?

@nicolas-grekas nicolas-grekas added this to the 2.7 milestone Nov 20, 2017
@issei-m issei-m force-pushed the rename-private-var-properly branch from aa80cca to a35d4f8 Compare November 21, 2017 01:09
@issei-m issei-m changed the base branch from master to 2.7 November 21, 2017 01:09
@issei-m
Copy link
Contributor Author

issei-m commented Nov 21, 2017

@nicolas-grekas Sorry, made a mistake ;) Then I rebased onto 2.7.

@nicolas-grekas
Copy link
Member

Thank you @issei-m.

@nicolas-grekas nicolas-grekas merged commit a35d4f8 into symfony:2.7 Nov 21, 2017
nicolas-grekas added a commit that referenced this pull request Nov 21, 2017
…r` private variable to `::$nativeRequestHandler` (issei-m)

This PR was merged into the 2.7 branch.

Discussion
----------

[Form] Rename `FormConfigBuilder::$nativeRequestProcessor` private variable to `::$nativeRequestHandler`

| Q             | A
| ------------- | ---
| Branch?       |2.7
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass?   | Not confirmed, but the changes are completely minor
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

I guess the term "processor" had been used until [this PR comes](#7732), but hadn't been renamed properly at the time.
And I think "handler" sounds more relevant to me anyway.

Commits
-------

a35d4f8 [Form] Rename `FormConfigBuilder::$nativeRequestProcessor` private variable to `::$nativeRequestHandler`
@issei-m issei-m deleted the rename-private-var-properly branch November 21, 2017 10:25
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.

6 participants