| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CallbackRequest extends Request |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * CallbackRequest constructor. |
||
| 15 | * |
||
| 16 | * @param Gateway $gateway |
||
| 17 | * @param array $data |
||
| 18 | * |
||
| 19 | * @throws SignatureValidateException |
||
| 20 | */ |
||
| 21 | public function __construct(Gateway $gateway, $data = []) |
||
| 27 | } |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return bool |
||
| 32 | */ |
||
| 33 | protected function validate(): bool |
||
| 38 |