Skip to content

Commit 55ae113

Browse files
committed
Add documentation and fix typo
1 parent e3adc1a commit 55ae113

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Model/Country.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* the represented country differs from the country.
2929
* @property-read \GeoIp2\Record\Traits $traits Data for the traits of the
3030
* requested IP address.
31+
* @property-read array $raw The raw data from the web service.
3132
*/
3233
class Country extends AbstractModel
3334
{

src/Record/Traits.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* @property-read string|null $organization The name of the organization associated
7777
* with the IP address. This attribute is only available from the City and
7878
* Insights web services and the GeoIP2 Enterprise database.
79-
* @property-read float|null $staticIPScore An indicator of how static or
79+
* @property-read float|null $staticIpScore An indicator of how static or
8080
* dynamic an IP address is. This property is only available from GeoIP2
8181
* Precision Insights.
8282
* @property-read int|null $userCount The estimated number of users sharing

0 commit comments

Comments
 (0)