Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Burton committed Sep 22, 2017
1 parent 38d9c6a commit 8266b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Module/Destiny2.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public function getHistoricalStats($membershipTypeId, $destinyMembershipId, $cha
* @throws \AdamDBurton\Destiny2ApiClient\Exception\ResourceNotFound
* @throws \AdamDBurton\Destiny2ApiClient\Exception\Unauthorized
*/
public function GetHistoricalStatsForAccount($membershipTypeId, $destinyMembershipId, $groups = null)
public function getHistoricalStatsForAccount($membershipTypeId, $destinyMembershipId, $groups = null)
{
$this->assertIsMembershipType($membershipTypeId);
$this->assertIsDestinyMembershipId($destinyMembershipId);
Expand Down

0 comments on commit 8266b44

Please sign in to comment.