From fea6fd7d304c8aec431a4f9ec041d472c5150a51 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 16 Oct 2015 22:09:12 -0400 Subject: [PATCH] Fix incorrect doc tag. --- lib/Cake/Network/Http/HttpSocket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**