Skip to content

Commit 543732f

Browse files
authored
Merge pull request #212 from maxmind/greg/satellite-connection-type
Document new Satellite connection type value
2 parents f412f33 + 5f08629 commit 543732f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Model/ConnectionType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* This class provides the GeoIP2 Connection-Type model.
1111
*
1212
* @property-read string|null $connectionType The connection type may take the
13-
* following values: "Dialup", "Cable/DSL", "Corporate", "Cellular".
14-
* Additional values may be added in the future.
13+
* following values: "Dialup", "Cable/DSL", "Corporate", "Cellular", and
14+
* "Satellite". Additional values may be added in the future.
1515
* @property-read string $ipAddress The IP address that the data in the model is
1616
* for.
1717
* @property-read string $network The network in CIDR notation associated with

src/Record/Traits.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
* attribute is only available from the City Plus and Insights web services and
2323
* the GeoIP2 Enterprise database.
2424
* @property-read string|null $connectionType The connection type may take the
25-
* following values: "Dialup", "Cable/DSL", "Corporate", "Cellular".
26-
* Additional values may be added in the future. This attribute is only
27-
* available in the GeoIP2 Enterprise database.
25+
* following values: "Dialup", "Cable/DSL", "Corporate", "Cellular", and
26+
* "Satellite". Additional values may be added in the future. This attribute is
27+
* only available in the GeoIP2 Enterprise database.
2828
* @property-read string|null $domain The second level domain associated with the
2929
* IP address. This will be something like "example.com" or "example.co.uk",
3030
* not "foo.example.com". This attribute is only available from the

0 commit comments

Comments
 (0)