Thanks to visit codestin.com
Credit goes to github.com

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

Fix spelling of "marshall"#4912

Merged
weierophinney merged 1 commit into
zendframework:developfrom
dhrrgn:patch-1
Aug 19, 2013
Merged

Fix spelling of "marshall"#4912
weierophinney merged 1 commit into
zendframework:developfrom
dhrrgn:patch-1

Conversation

@dhrrgn
Copy link
Copy Markdown

@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
Copy Markdown
Author

dhrrgn commented Jul 30, 2013

Opps, this should be against master, not develop.

@weierophinney
Copy link
Copy Markdown
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants