Skip to content

Commit

Permalink
update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 23, 2013
1 parent 0ff3fb0 commit 2c1d8d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/Zend/Feed/PubSubHubbub/CallbackInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!
*
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/PubSubHubbub/PubSubHubbub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/PubSubHubbub/Publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Mail/Protocol/AbstractProtocol.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c1d8d2

Please sign in to comment.