From ef100b248b72dbe0238abd202c4d1ac11ff375ee Mon Sep 17 00:00:00 2001 From: Artem Turov <58974140+Lunarelly@users.noreply.github.com> Date: Sat, 12 Nov 2022 16:52:49 +0300 Subject: [PATCH] Improved doc comment for Internet::getIP() (#5406) --- src/utils/Internet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Internet.php b/src/utils/Internet.php index 7f379d7dc..3c22e460f 100644 --- a/src/utils/Internet.php +++ b/src/utils/Internet.php @@ -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 *