Skip to content

Commit c3bf8ac

Browse files
Automatically update PHP SDK
1 parent 168346d commit c3bf8ac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trophy/php",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Trophy PHP Library",
55
"keywords": [
66
"trophy",

src/Users/UsersClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function update(string $id, UpdatedUser $request, ?array $options = null)
226226
* @throws TrophyException
227227
* @throws TrophyApiException
228228
*/
229-
public function allmetrics(string $id, ?array $options = null): array
229+
public function allMetrics(string $id, ?array $options = null): array
230230
{
231231
$options = array_merge($this->options, $options ?? []);
232232
try {
@@ -278,7 +278,7 @@ public function allmetrics(string $id, ?array $options = null): array
278278
* @throws TrophyException
279279
* @throws TrophyApiException
280280
*/
281-
public function singlemetric(string $id, string $key, ?array $options = null): MetricResponse
281+
public function singleMetric(string $id, string $key, ?array $options = null): MetricResponse
282282
{
283283
$options = array_merge($this->options, $options ?? []);
284284
try {
@@ -329,7 +329,7 @@ public function singlemetric(string $id, string $key, ?array $options = null): M
329329
* @throws TrophyException
330330
* @throws TrophyApiException
331331
*/
332-
public function allachievements(string $id, ?array $options = null): array
332+
public function allAchievements(string $id, ?array $options = null): array
333333
{
334334
$options = array_merge($this->options, $options ?? []);
335335
try {

0 commit comments

Comments
 (0)