Skip to content

Commit

Permalink
ci: corrected return values in get_latitud and get_longitude in `…
Browse files Browse the repository at this point in the history
…component_geolocation`
  • Loading branch information
alex-render committed Jan 23, 2025
1 parent b4d96a8 commit 81991be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/component_geolocation/class.component_geolocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function regenerate_component() : bool {
/**
* GET_LATITUDE
* Get the latitude of the component, if the data has the default data, return null
* @return object $diffusion_value_socrata
* @return float $latitude
*/
public function get_latitude() : ?float {

Expand All @@ -332,7 +332,7 @@ public function get_latitude() : ?float {
/**
* GET_LONGITUDE
* Get the longitude of the component, if the data has the default data, return null
* @return object $diffusion_value_socrata
* @return float $longitude
*/
public function get_longitude() : ?float {

Expand Down

0 comments on commit 81991be

Please sign in to comment.