Skip to content

Commit 695e68c

Browse files
authored
FIx properties
1 parent 889b2f0 commit 695e68c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/Location.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
/**
1010
* Class Location
1111
*
12-
* @property string|null ip
13-
* @property string|null iso_code
14-
* @property string|null country
15-
* @property string|null city
16-
* @property string|null state
17-
* @property string|null state_name
18-
* @property string|null postal_code
19-
* @property float|null lat
20-
* @property float|null lon
21-
* @property string|null timezone
22-
* @property string|null continent
23-
* @property string|null currency
24-
* @property bool default
25-
* @property bool cached
12+
* @property string|null $ip
13+
* @property string|null $iso_code
14+
* @property string|null $country
15+
* @property string|null $city
16+
* @property string|null $state
17+
* @property string|null $state_name
18+
* @property string|null $postal_code
19+
* @property float|null $lat
20+
* @property float|null $lon
21+
* @property string|null $timezone
22+
* @property string|null $continent
23+
* @property string|null $currency
24+
* @property bool $default
25+
* @property bool $cached
2626
*
2727
* @package Torann\GeoIP
2828
*/

0 commit comments

Comments
 (0)