Skip to content

Commit cc81488

Browse files
committed
note user_count is only from GeoIP2 Precision Insights
1 parent ce4a381 commit cc81488

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Record/Traits.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@
6666
* @property-read string|null $organization The name of the organization associated
6767
* with the IP address. This attribute is only available from the City and
6868
* Insights web services and the GeoIP2 Enterprise database.
69-
* @property-read int|null $userCount <p>The estimated number of users sharing
69+
* @property-read int|null $userCount The estimated number of users sharing
7070
* the IP/network during the past 24 hours. For IPv4, the count is for the
71-
* individual IP. For IPv6, the count is for the /64 network.</p>
71+
* individual IP. For IPv6, the count is for the /64 network. This property is
72+
* only available from GeoIP2 Precision Insights.
7273
* @property-read string|null $userType <p>The user type associated with the IP
7374
* address. This can be one of the following values:</p>
7475
* <ul>

0 commit comments

Comments
 (0)