@@ -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