Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ZipFromPlaceIdAction extends PlacesSearchAction |
||
8 | { |
||
9 | /** |
||
10 | * Google Places details endpoint. |
||
11 | * |
||
12 | * @return string |
||
13 | */ |
||
14 | public function getEndpoint(): string |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Parse the Google Places API response and return an array. |
||
30 | * |
||
31 | * @param $response |
||
32 | * @return string |
||
33 | */ |
||
34 | public function parseResponse($response): string |
||
44 |