-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix docblocks : "Zend_" should be "Zend\" and some typos #4421
Conversation
I'm not edit some of Zend\View docblocks yet because it will conflict with #3935 |
@@ -23,7 +23,7 @@ public function handle(array $httpData = null, $sendResponseNow = false); | |||
|
|||
/** | |||
* Send the response, including all headers. | |||
* If you wish to handle this via Zend_Controller, use the getter methods | |||
* If you wish to handle this via Controller, use the getter methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Zend\Mvc\Controller
I started commenting... but realized there's one big comment: Basically, it looks like you did primarily a search/replace, and the problem is that many of the class names have changed -- they might be further down in the hierarchy (Zend_Mime vs Zend\Mime\Mime), they may reference new interfaces ( Shall I mark it as a WIP? |
@weierophinney updated. let me know if any correction. |
@weierophinney in Zend\Mime\Mime i found Zend_Mime::LINEEND and LINEEND used together. what should it be ? Zend\Mime\Mime::LINEEND or changed all to just LINEEND ? |
I prefer Zend\Mime\Mime::LINEEND |
after i see other files, Zend\Mime\Mime::LINEEND only if linked by other class ;) |
@weierophinney I've updated. I don't know why travis still show error. |
@samsonasik Can you rebase off of current master, please? As it stands now, there are merge conflicts. Thanks! |
@weierophinney ok, done, rebased. |
fix docblocks : "Zend_" should be "Zend\" and some typos
- Since class name listed in exception changed, expected exception message needed to change
@samsonasik The travis failures were due to the change in an exception string in XmlRpc -- two tests needed to be updated to replace "_" with "". :) |
@weierophinney Thank You. |
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
…ix/docblock.Zend_ fix docblocks : "Zend_" should be "Zend\" and some typos
in library\Zend