Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 7 |
Ratio | 100 % |
Tests | 3 |
CRAP Score | 1.0156 |
Changes | 0 |
1 | <?php |
||
55 | 1 | View Code Duplication | public function getSound($soundId) |
56 | { |
||
57 | 1 | $uri = "sounds/$soundId"; |
|
58 | 1 | $response = $this->client->getEndpoint()->get($uri); |
|
59 | |||
60 | return new Sound(\GuzzleHttp\json_decode($response->getBody())); |
||
61 | } |
||
62 | } |
||
63 |