Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mipapo committed Oct 3, 2017
1 parent ff5f029 commit fd68ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Device/AppOutdoorActive.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public function getEnum()

public function getName()
{
return 'outdoortactive';
return 'outdooractive';
}
}
2 changes: 1 addition & 1 deletion src/Mapping/FitSdkMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class FitSdkMapping

protected function getMapping()
{
return $Mapping = [
return [
2266 => DeviceProfile::GARMIN_APPROACH_S_20,
1936 => DeviceProfile::GARMIN_APPROACH_S_6,
2262 => DeviceProfile::GARMIN_D_2_BRAVO,
Expand Down

0 comments on commit fd68ca6

Please sign in to comment.