@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | * Set the latitude |
131 | 131 | * |
132 | 132 | * @param float $latitude Latitude |
133 | - * @return SystemProperties Self reference |
|
133 | + * @return SystemPropertiesTrait Self reference |
|
134 | 134 | */ |
135 | 135 | public function setLatitude($latitude) |
136 | 136 | { |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | * Set the longitude |
176 | 176 | * |
177 | 177 | * @param float $longitude Longitude |
178 | - * @return SystemProperties Self reference |
|
178 | + * @return SystemPropertiesTrait Self reference |
|
179 | 179 | */ |
180 | 180 | public function setLongitude($longitude) |
181 | 181 | { |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | * Set the elevation |
198 | 198 | * |
199 | 199 | * @param float $elevation |
200 | - * @return SystemProperties Self reference |
|
200 | + * @return SystemPropertiesTrait Self reference |
|
201 | 201 | */ |
202 | 202 | public function setElevation($elevation) |
203 | 203 | { |