Skip to content

Commit 80c8b48

Browse files
committed
make longitude, latitude and type protected
1 parent 25cb066 commit 80c8b48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Coord.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class Coord
1414
const A = 6378245.0;
1515
const EE = 0.00669342162296594323;
1616

17-
private $longitude;
18-
private $latitude;
19-
private $type;
17+
protected $longitude;
18+
protected $latitude;
19+
protected $type;
2020

2121
public function __construct($longitude, $latitude, $type = self::WGS84)
2222
{

0 commit comments

Comments
 (0)