@@ -39,7 +39,7 @@ |
||
39 | 39 | * @param string $url |
40 | 40 | * @param string $action |
41 | 41 | * @param string $envelope |
42 | - * @param array $parameters |
|
42 | + * @param string[] $parameters |
|
43 | 43 | * @return string |
44 | 44 | * @throws \NFePHP\Common\Exception\SoapException |
45 | 45 | */ |
@@ -164,7 +164,7 @@ |
||
164 | 164 | /** |
165 | 165 | * Check if certificate is valid |
166 | 166 | * @param Certificate $certificate |
167 | - * @return mixed |
|
167 | + * @return null|Certificate |
|
168 | 168 | * @throws RuntimeException |
169 | 169 | */ |
170 | 170 | private function checkCertValidity(Certificate $certificate = null) |