Passed
Push — master ( 38fb78...65876e )
by Roberto
01:02
created
src/Common/Soap/SoapBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@
 block discarded – undo
348 348
      *
349 349
      * @param  int $protocol
350 350
      *
351
-     * @return type Description
351
+     * @return integer Description
352 352
      */
353 353
     public function protocol($protocol = self::SSL_DEFAULT)
354 354
     {
Please login to merge, or discard this patch.
src/Common/Soap/SoapCurl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @param  string $url
39 39
      * @param  string $action
40 40
      * @param  string $envelope
41
-     * @param  array $parameters
41
+     * @param  string[] $parameters
42 42
      * @return string
43 43
      * @throws \NFePHP\Common\Exception\SoapException
44 44
      */
Please login to merge, or discard this patch.