Passed
Push — master ( be8758...6d071a )
by Roberto
13:47 queued 11:08
created
src/Common/Soap/SoapCurl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Common/Soap/SoapBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.