| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ApiHelper |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param Request $request |
||
| 16 | * @param ApiSalesforce $service |
||
| 17 | * |
||
| 18 | * @return Response |
||
| 19 | * @throws ApiRequestException |
||
| 20 | * @throws ApiResponseException |
||
| 21 | * @throws HttpClientException |
||
| 22 | */ |
||
| 23 | public static function getResponse(Request $request, ApiSalesforce $service) |
||
| 44 | } |
||
| 45 | } |