diff --git a/lib/Cake/Network/Http/HttpSocket.php b/lib/Cake/Network/Http/HttpSocket.php index 4c6c25675..0356391b8 100644 --- a/lib/Cake/Network/Http/HttpSocket.php +++ b/lib/Cake/Network/Http/HttpSocket.php @@ -72,7 +72,7 @@ class HttpSocket extends CakeSocket { * Contain information about the last response (read only) * * @var array -*/ + */ public $response = null; /**