From 71cf680c8a4e12782ff805e7db5b2ae2ea551d19 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 30 Oct 2018 00:43:29 -0500 Subject: [PATCH] Couple more docblock fixes. --- src/ClientInfo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ClientInfo.php b/src/ClientInfo.php index 129158c..f53fd88 100644 --- a/src/ClientInfo.php +++ b/src/ClientInfo.php @@ -48,7 +48,7 @@ public function getIpV6Address() } /** - * Retrieve and return the HTTP headers. + * Extract the desired IP address. * @param $ipVersion * * @return bool|mixed @@ -96,6 +96,7 @@ protected function extractAddress($ipVersion) } /** + * Retrieve and return the HTTP headers. * @return array HTTP headers. */ protected function getHeaders()