@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | |
57 | 57 | $handler = HandlerStack::create($mock); |
58 | 58 | |
59 | - return new Client(['handler' => $handler, 'base_uri' => 'https://' . self::REGION . '.api.pvp.net']); |
|
59 | + return new Client(['handler' => $handler, 'base_uri' => 'https://'.self::REGION.'.api.pvp.net']); |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |
@@ -78,6 +78,6 @@ discard block |
||
78 | 78 | |
79 | 79 | $handler = HandlerStack::create($mock); |
80 | 80 | |
81 | - return new Client(['handler' => $handler, 'base_uri' => 'https://' . self::REGION . '.api.pvp.net']); |
|
81 | + return new Client(['handler' => $handler, 'base_uri' => 'https://'.self::REGION.'.api.pvp.net']); |
|
82 | 82 | } |
83 | 83 | } |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use LoLApi\Exception\InvalidRegionException; |
17 | 17 | use LoLApi\Result\ApiResult; |
18 | 18 | use Symfony\Component\Cache\Adapter\AdapterInterface; |
19 | -use Symfony\Component\Cache\Adapter\ArrayAdapter; |
|
20 | 19 | use Symfony\Component\Cache\Adapter\NullAdapter; |
21 | 20 | |
22 | 21 | /** |
@@ -29,7 +29,6 @@ discard block |
||
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
32 | - * @param string $summonerId |
|
33 | 32 | * |
34 | 33 | * @return ApiResult |
35 | 34 | */ |
@@ -41,7 +40,6 @@ discard block |
||
41 | 40 | } |
42 | 41 | |
43 | 42 | /** |
44 | - * @param string $accountId |
|
45 | 43 | * |
46 | 44 | * @return ApiResult |
47 | 45 | */ |