From 2c1d8d2a7497ef3f7266aace47413ce5569fbee7 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 6 May 2013 23:52:09 +0700 Subject: [PATCH] update naming --- library/Zend/Feed/PubSubHubbub/CallbackInterface.php | 2 +- library/Zend/Feed/PubSubHubbub/PubSubHubbub.php | 2 +- library/Zend/Feed/PubSubHubbub/Publisher.php | 2 +- library/Zend/Mail/Protocol/AbstractProtocol.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/Zend/Feed/PubSubHubbub/CallbackInterface.php b/library/Zend/Feed/PubSubHubbub/CallbackInterface.php index 9bcc6e2f900..050c2746088 100644 --- a/library/Zend/Feed/PubSubHubbub/CallbackInterface.php +++ b/library/Zend/Feed/PubSubHubbub/CallbackInterface.php @@ -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 Controller, use the getter methods + * If you wish to handle this via Zend\Mvc\Controller, use the getter methods * to retrieve any data needed to be set on your HTTP Response object, or * simply give this object the HTTP Response instance to work with for you! * diff --git a/library/Zend/Feed/PubSubHubbub/PubSubHubbub.php b/library/Zend/Feed/PubSubHubbub/PubSubHubbub.php index ee009801e1f..1d941426769 100644 --- a/library/Zend/Feed/PubSubHubbub/PubSubHubbub.php +++ b/library/Zend/Feed/PubSubHubbub/PubSubHubbub.php @@ -65,7 +65,7 @@ public static function detectHubs($source) } /** - * Allows the external environment to make Oauth use a specific + * Allows the external environment to make ZendOAuth use a specific * Client instance. * * @param Http\Client $httpClient diff --git a/library/Zend/Feed/PubSubHubbub/Publisher.php b/library/Zend/Feed/PubSubHubbub/Publisher.php index ec9c4e1ea8f..0156b638314 100644 --- a/library/Zend/Feed/PubSubHubbub/Publisher.php +++ b/library/Zend/Feed/PubSubHubbub/Publisher.php @@ -49,7 +49,7 @@ class Publisher protected $parameters = array(); /** - * Constructor; accepts an array or Zend\Config instance to preset + * Constructor; accepts an array or Zend\Config\Config instance to preset * options for the Publisher without calling all supported setter * methods in turn. * diff --git a/library/Zend/Mail/Protocol/AbstractProtocol.php b/library/Zend/Mail/Protocol/AbstractProtocol.php index 2da6bf8959f..25e2b0656d0 100644 --- a/library/Zend/Mail/Protocol/AbstractProtocol.php +++ b/library/Zend/Mail/Protocol/AbstractProtocol.php @@ -316,7 +316,7 @@ protected function _receive($timeout = null) * Parse server response for successful codes * * Read the response from the stream and check for expected return code. - * Throws a Zend\Mail\Protocol\Exception if an unexpected code is returned. + * Throws a Zend\Mail\Protocol\Exception\ExceptionInterface if an unexpected code is returned. * * @param string|array $code One or more codes that indicate a successful response * @param int $timeout Per-request timeout value if applicable