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

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/Client/Adapter/Test.php
Expand Up @@ -98,10 +98,9 @@ public function setOptions($options = array())
/**
* Connect to the remote server
*
* @param string $host
* @param int $port
* @param bool $secure
* @param int $timeout
* @param string $host
* @param int $port
* @param bool $secure
* @throws Exception\RuntimeException
*/
public function connect($host, $port = 80, $secure = false)
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Cookies.php
Expand Up @@ -328,7 +328,7 @@ protected function _matchPath($domains, $path)
* of the cookie.
*
* @param Response $response HTTP Response object
* @param Uri\Uri|string $uri The requested URI
* @param Uri\Uri|string $refUri The requested URI
* @return Cookies
* @todo Add the $uri functionality.
*/
Expand Down
Expand Up @@ -42,7 +42,7 @@ public function __construct($internalValues)
/**
* Set a Field Value Part this Field Value Part matched against.
*
* @param AbstractFieldValuePart $matchedPart
* @param AbstractFieldValuePart $matchedAgainst
* @return AbstractFieldValuePart provides fluent interface
*/
public function setMatchedAgainst(AbstractFieldValuePart $matchedAgainst)
Expand Down
2 changes: 1 addition & 1 deletion src/Headers.php
Expand Up @@ -25,7 +25,7 @@
class Headers implements Countable, Iterator
{
/**
* @var \Zend\Loader\PluginClassLoader
* @var PluginClassLoader
*/
protected $pluginClassLoader = null;

Expand Down
2 changes: 1 addition & 1 deletion src/Response.php
Expand Up @@ -508,7 +508,7 @@ protected function decodeDeflate($body)
* Some servers (IIS ?) send a broken deflate response, without the
* RFC-required zlib header.
*
* We try to detect the zlib header, and if it does not exsit we
* We try to detect the zlib header, and if it does not exist we
* teat the body is plain DEFLATE content.
*
* This method was adapted from PEAR HTTP_Request2 by (c) Alexey Borzov
Expand Down

0 comments on commit a53de82

Please sign in to comment.