Improved doc comment for Internet::getIP() (#5406)

This commit is contained in:
Artem Turov 2022-11-12 16:52:49 +03:00 committed by GitHub
parent 93e661aa4e
commit ef100b248b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ class Internet{
public static $online = true;
/**
* Gets the External IP using an external service, it is cached
* Lazily gets the External IP using an external service and caches the result
*
* @param bool $force default false, force IP check even when cached
*