Completed
Pull Request — master (#16)
by Tristan
01:55
created
src/LoLApi/ApiClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/LoLApi/Api/SummonerApi.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@  discard block
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @param string $summonerId
33 32
      *
34 33
      * @return ApiResult
35 34
      */
@@ -41,7 +40,6 @@  discard block
 block discarded – undo
41 40
     }
42 41
 
43 42
     /**
44
-     * @param string $accountId
45 43
      *
46 44
      * @return ApiResult
47 45
      */
Please login to merge, or discard this patch.