Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class StsClient extends Client |
||
13 | { |
||
14 | /** |
||
15 | * @param string $accessKeyId Access key ID |
||
16 | * @param string $accessKeySecret Access Key Secret |
||
17 | * @param string $securityToken Security Token |
||
18 | * |
||
19 | * @throws ClientException |
||
20 | */ |
||
21 | 6 | public function __construct($accessKeyId, $accessKeySecret, $securityToken = '') |
|
29 |