Skip to content

Commit

Permalink
Update src/dawguk/GarminConnect.php
Browse files Browse the repository at this point in the history
Co-Authored-By: iFery <[email protected]>
  • Loading branch information
gear4dave and iFery authored Apr 16, 2019
1 parent 7d67c7f commit d7e40ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dawguk/GarminConnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function getUsername()
* @throws \Exception
* @return mixed
*/
public function getWeightData($from = '2019-01-01', $until = '2099-12-31')
public function getWeightData($strFrom = '2019-01-01', $strUntil = '2099-12-31')
{
$intDateFrom = (strtotime($strFrom) + 86400) * 1000;
$intDateUntil = strtotime($strUntil) * 1000;
Expand Down

0 comments on commit d7e40ca

Please sign in to comment.