Passed
Pull Request — master (#267)
by Thiago
01:57
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.
src/Factories/EvtRmnRPPS.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
 
318 318
     /**
319 319
      * Add infosaudecolet to remunPerApur
320
-     * @param type $node
320
+     * @param \DOMElement $node
321 321
      * @param type $std
322 322
      * @return type
323 323
      */
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
 
391 391
     /**
392 392
      * Add infoperant to dmDev
393
-     * @param type $node
393
+     * @param \DOMElement $node
394 394
      * @param type $std
395 395
      * @return type
396 396
      */
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -662,6 +662,9 @@
 block discarded – undo
662 662
         }
663 663
     }
664 664
     
665
+    /**
666
+     * @param string $request
667
+     */
665 668
     protected function sign($request)
666 669
     {
667 670
         return str_replace(
Please login to merge, or discard this patch.