@@ -58,6 +58,10 @@ discard block |
||
| 58 | 58 | $this->Form['csr'] = $CSR; |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | + /** |
|
| 62 | + * @param integer $code |
|
| 63 | + * @param string $message |
|
| 64 | + */ |
|
| 61 | 65 | protected function addWarning($code, $message) |
| 62 | 66 | { |
| 63 | 67 | $this->warnings[] = [ |
@@ -103,7 +107,7 @@ discard block |
||
| 103 | 107 | |
| 104 | 108 | /** |
| 105 | 109 | * |
| 106 | - * @param GuzzleHttp\Psr7\Response $response |
|
| 110 | + * @param Response $response |
|
| 107 | 111 | * @return bool |
| 108 | 112 | */ |
| 109 | 113 | public function checkDVC(Response $response) |