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

fix docblocks : "Zend_" should be "Zend\" and some typos #4421

Closed

Conversation

samsonasik
Copy link
Contributor

in library\Zend

@samsonasik
Copy link
Contributor Author

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
Copy link
Member

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

@weierophinney
Copy link
Member

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 (Exception vs ExceptionInterface), or they may reference components that have been moved into their own repositories (Zend_Oauth vs ZendOAuth). I think this needs a fair bit of editing at this point.

Shall I mark it as a WIP?

@samsonasik
Copy link
Contributor Author

@weierophinney updated. let me know if any correction.

@samsonasik
Copy link
Contributor Author

@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 ?

@prolic
Copy link
Contributor

prolic commented May 6, 2013

I prefer Zend\Mime\Mime::LINEEND

@samsonasik
Copy link
Contributor Author

after i see other files, Zend\Mime\Mime::LINEEND only if linked by other class ;)

@samsonasik
Copy link
Contributor Author

@weierophinney I've updated. I don't know why travis still show error.

@weierophinney
Copy link
Member

@samsonasik Can you rebase off of current master, please? As it stands now, there are merge conflicts.

Thanks!

@samsonasik
Copy link
Contributor Author

@weierophinney ok, done, rebased.

weierophinney added a commit that referenced this pull request May 23, 2013
fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit that referenced this pull request May 23, 2013
- Since class name listed in exception changed, expected exception message
  needed to change
weierophinney added a commit that referenced this pull request May 23, 2013
@ghost ghost assigned weierophinney May 23, 2013
@weierophinney
Copy link
Member

@samsonasik The travis failures were due to the change in an exception string in XmlRpc -- two tests needed to be updated to replace "_" with "". :)

@samsonasik
Copy link
Contributor Author

@weierophinney Thank You.

weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-barcode that referenced this pull request May 14, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-barcode that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-barcode that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-captcha that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-dom that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-dom that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-dom that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-log that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-log that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-log that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-mime that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-mime that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-mime that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-navigation that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-navigation that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-navigation that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-permissions-acl that referenced this pull request May 15, 2015
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
weierophinney added a commit to zendframework/zend-permissions-acl that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-permissions-acl that referenced this pull request May 15, 2015
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.

3 participants