Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | class CustomerIntelligenceGateway extends AbstractGateway |
||
19 | { |
||
20 | /** |
||
21 | * @author GK |
||
22 | * @param string $installation |
||
23 | * @param array $body |
||
24 | * @param string $token |
||
25 | * @return array |
||
26 | * @throws \WNowicki\Generic\Exception |
||
27 | */ |
||
28 | 1 | public function performLeadScore($installation, array $body, $token) |
|
38 |