Skip to content

Commit

Permalink
Updating the information of some variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gre-dev committed Feb 1, 2022
1 parent 5e7661f commit e8e2729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GeoIP.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function setKey($key): bool
* lookup method
*
* @param string $ip The IP Address you want to lookup
* @param array $params You can pass the modules you want to fetch for that $ip. This array accepts `security`, `timezone`, `currency` and/or `device`.
* @param array $params You can pass the modules you want to fetch for that $ip. This array accepts `location`, `security`, `timezone`, `currency` and/or `device`.
* @param string $lang Sets the output language. It can be `EN`, `AR`, `DE`, `FR`, `ES`, `JA`, `ZH` or `RU`.
* @param string $mode You pass `test` to this variable, so your account plan will not be affected while integrating the library and the API will return fake information for this case. You can set it to `live` again to back to the `production` mode. @see https://geoip-docs.gredev.io/sdks/php/country-method#options
*
Expand Down Expand Up @@ -115,7 +115,7 @@ public function lookup($ip, $params = [], $lang = 'EN', $mode = 'live'): array
* country method
*
* @param string $countryCode The ISO 3166-1 alpha-2 code format of the country. [Learn More](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
* @param array $params You can pass the modules you want to fetch for that $ip. This array accepts `security`, `timezone`, `currency` and/or `device`.
* @param array $params You can pass the modules you want to fetch for that $ip. This array accepts `location`, `security`, `timezone`, `currency` and/or `device`.
* @param string $lang Sets the output language. It can be `EN`, `AR`, `DE`, `FR`, `ES`, `JA`, `ZH` or `RU`.
* @param string $mode You pass `test` to this variable, so your account plan will not be affected while integrating the library and the API will return fake information for this case. You can set it to `live` again to back to the `production` mode. @see https://geoip-docs.gredev.io/sdks/php/country-method#options
*
Expand Down

0 comments on commit e8e2729

Please sign in to comment.