Skip to content

Commit

Permalink
Describe the output types
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Oct 16, 2023
1 parent 2b21f95 commit e4ac85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Plugin {
/**
* IP address for the current request to be associated with the log entry.
*
* @var null|false|string
* @var null|false|string Valid IP address, null if not set, false if invalid.
*/
protected $client_ip_address;

Expand Down Expand Up @@ -329,7 +329,7 @@ public function is_mustuse() {
/**
* Get the IP address for the current request.
*
* @return false|null|string
* @return false|null|string Valid IP address, null if not set, false if invalid.
*/
public function get_client_ip_address() {
return apply_filters( 'wp_stream_client_ip_address', $this->client_ip_address );
Expand Down

0 comments on commit e4ac85c

Please sign in to comment.