Skip to content

Commit

Permalink
Couple more docblock fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-clx committed Oct 30, 2018
1 parent db0d1b2 commit 71cf680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ClientInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getIpV6Address()
}

/**
* Retrieve and return the HTTP headers.
* Extract the desired IP address.
* @param $ipVersion
*
* @return bool|mixed
Expand Down Expand Up @@ -96,6 +96,7 @@ protected function extractAddress($ipVersion)
}

/**
* Retrieve and return the HTTP headers.
* @return array HTTP headers.
*/
protected function getHeaders()
Expand Down

0 comments on commit 71cf680

Please sign in to comment.