Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | class CustomerIntelligenceGateway extends AbstractGateway |
||
11 | { |
||
12 | /** |
||
13 | * @author GK |
||
14 | * @param string $installation |
||
15 | * @param array $body |
||
16 | * @param string $token |
||
17 | * @return array |
||
18 | * @throws \WNowicki\Generic\Exception |
||
19 | */ |
||
20 | 1 | public function performLeadScore($installation, array $body, $token) |
|
30 |