| 1 | <?php |
||
| 10 | class DeleteResourceQuery extends AbstractResourcesAwareQuery implements QueryInterface |
||
| 11 | { |
||
| 12 | const URL = 'https://api.cdn77.com/v2.0/cdn-resource/delete'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param null $resource |
||
| 16 | * |
||
| 17 | * @return mixed|null |
||
| 18 | * @throws QueryErrorException |
||
| 19 | */ |
||
| 20 | 3 | public function execute($resource = null) |
|
| 53 | } |
||
| 54 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.