Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Fix spelling of "marshall" #4912

Merged
merged 1 commit into from
Aug 19, 2013
Merged

Fix spelling of "marshall" #4912

merged 1 commit into from
Aug 19, 2013

Conversation

dhrrgn
Copy link

@dhrrgn dhrrgn commented Jul 30, 2013

"Marshall" is a proper noun. The verb you were going for is "marshal" (one "L").

"Marshall" is a proper noun.  The verb you were going for is "marshal" (one "L").
@dhrrgn
Copy link
Author

dhrrgn commented Jul 30, 2013

Opps, this should be against master, not develop.

@weierophinney
Copy link
Member

You're correct. However, changing the method name is a BC break. I'll merge, but I'm going to do the following:

  • create a new method, "marshalControllerNotFoundEvent"
  • modify "marshallControllerNotFoundEvent" to proxy to the above

That way, if anybody was extending the class previously, their code will continue to work. I'll have it raise an E_USER_DEPRECATED warning, however.

As such, I'll also target this for 2.3.0, and merge only to the develop branch for now.

@ghost ghost assigned weierophinney Aug 19, 2013
weierophinney added a commit that referenced this pull request Aug 19, 2013
Fix spelling of "marshall"
weierophinney added a commit that referenced this pull request Aug 19, 2013
- and have it proxy to the renamed version, while raising an E_USER_DEPRECATED
  error.
weierophinney added a commit that referenced this pull request Aug 19, 2013
@weierophinney weierophinney merged commit 024ddc5 into zendframework:develop Aug 19, 2013
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants