| 1 | <?php |
||
| 9 | class TriggerException |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Throws an exception |
||
| 14 | * |
||
| 15 | * @param Zend\Http\Client $client |
||
| 16 | * @param Zend\Http\Response $response |
||
| 17 | * @param string|null $message |
||
| 18 | * @throws ApigilityClient\Exception\RuntimeException |
||
| 19 | */ |
||
| 20 | public function __construct(ZendHttpClient $client, ZendHttpResponse $response, $message = null) |
||
| 31 | } |
||
| 32 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.