@@ -91,6 +91,9 @@ discard block |
||
| 91 | 91 | return (array) $this->target->urls; |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | + /** |
|
| 95 | + * @param string $host |
|
| 96 | + */ |
|
| 94 | 97 | public function checkHostCertificate($host) |
| 95 | 98 | { |
| 96 | 99 | $result = collect([ |
@@ -164,7 +167,7 @@ discard block |
||
| 164 | 167 | |
| 165 | 168 | /** |
| 166 | 169 | * @param $host |
| 167 | - * @return string|string[] |
|
| 170 | + * @return string |
|
| 168 | 171 | */ |
| 169 | 172 | protected function makeCommand($host) |
| 170 | 173 | { |