File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ else
129129fi
130130
131131if [ ! -d .geoip2 ]; then
132- echo " Cloning GeoIP2 for docs"
132+ echo " Cloning GeoIP for docs"
133133 git clone git@github.com:maxmind/GeoIP2-php.git .geoip2
134134else
135- echo " Updating GeoIP2 for docs"
135+ echo " Updating GeoIP for docs"
136136 pushd .geoip2
137137 git pull
138138 popd
Original file line number Diff line number Diff line change 77use GeoIp2 \Record \Location ;
88
99/**
10- * Model of the GeoIP2 Location information, including the local time.
10+ * Model of the GeoIP Location information, including the local time.
1111 */
1212class GeoIp2Location extends Location
1313{
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class Insights implements \JsonSerializable
6060 public readonly string $ id ;
6161
6262 /**
63- * @var IpAddress an object containing GeoIP2 and minFraud Insights
63+ * @var IpAddress an object containing GeoIP and minFraud Insights
6464 * information about the geolocated IP address
6565 */
6666 public readonly IpAddress $ ipAddress ;
Original file line number Diff line number Diff line change 1515use GeoIp2 \Record \Traits ;
1616
1717/**
18- * Model containing GeoIP2 data and the risk for the IP address.
18+ * Model containing GeoIP data and the risk for the IP address.
1919 */
2020class IpAddress implements \JsonSerializable
2121{
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ public function testLocalesOption(): void
207207 $ this ->assertSame (
208208 'Royaume-Uni ' ,
209209 $ insights ->ipAddress ->country ->name ,
210- 'locales setting made it to the GeoIP2 models '
210+ 'locales setting made it to the GeoIP models '
211211 );
212212 }
213213
You can’t perform that action at this time.
0 commit comments