Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | abstract class LinodeResourceCommand extends ResourceCommand |
||
11 | { |
||
12 | use NotSupportingResourceClassTrait; |
||
13 | |||
14 | /** |
||
15 | * Handle command response. |
||
16 | * |
||
17 | * @param ResponseInterface $response |
||
18 | * @param ApiResourceInterface $owner |
||
19 | * |
||
20 | * @return bool |
||
21 | */ |
||
22 | public function handleResponse(ResponseInterface $response, ApiResourceInterface $owner) |
||
27 |