Completed
Pull Request — master (#207)
by Roberto
05:54
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   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     
218 218
     /**
219 219
      * Add idestab to infoperapur
220
-     * @param \DOMElementtype $node
220
+     * @param \DOMElement $node
221 221
      * @param \stdClass $std
222 222
      */
223 223
     private function ideestab(&$node, $std)
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
 
323 323
     /**
324 324
      * Add infosaudecolet to remunPerApur
325
-     * @param type $node
325
+     * @param \DOMElement $node
326 326
      * @param type $std
327 327
      * @return type
328 328
      */
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
 
396 396
     /**
397 397
      * Add infoperant to dmDev
398
-     * @param type $node
398
+     * @param \DOMElement $node
399 399
      * @param type $std
400 400
      * @return type
401 401
      */
Please login to merge, or discard this patch.
src/Factories/EvtAqProd.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     
151 151
     /**
152 152
      * Estrutura do tpAquin v2.4.2
153
-     * @param DOMElement $ideEstabAdquir
153
+     * @param \DOMElement $ideEstabAdquir
154 154
      * @param stdClass $tpaquis
155 155
      */
156 156
     protected function tpAquis(&$ideEstabAdquir, $tpaquis)
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     
302 302
     /**
303 303
      * Grandes altereções de estrutura na tag tpAquis
304
-     * @param DOMElement $ideEstabAdquir
304
+     * @param \DOMElement $ideEstabAdquir
305 305
      * @param stdClass $tpaquis
306 306
      */
307 307
     protected function tpAquisV020500(&$ideEstabAdquir, $tpaquis)
Please login to merge, or discard this patch.