Skip to content

Commit

Permalink
Updating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Dec 6, 2010
1 parent 7c23d28 commit bcacace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cake/libs/http_socket.php
Expand Up @@ -41,7 +41,7 @@ class HttpSocket extends CakeSocket {
public $quirksMode = false;

/**
* The default values to use for a request
* Contain information about the last request (read only)
*
* @var array
*/
Expand Down Expand Up @@ -69,7 +69,7 @@ class HttpSocket extends CakeSocket {
);

/**
* The default structure for storing the response
* Contain information about the last response (read only)
*
* @var array
*/
Expand All @@ -91,7 +91,7 @@ class HttpSocket extends CakeSocket {
);

/**
* Default configuration settings for the HttpSocket
* Configuration settings for the HttpSocket and the requests
*
* @var array
*/
Expand Down

0 comments on commit bcacace

Please sign in to comment.