@@ -348,7 +348,7 @@ |
||
| 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 | { |
@@ -38,7 +38,7 @@ |
||
| 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 | */ |
@@ -317,7 +317,7 @@ discard block |
||
| 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 |
||
| 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 | */ |
@@ -344,6 +344,9 @@ |
||
| 344 | 344 | $this->node->appendChild($ideVinculo); |
| 345 | 345 | } |
| 346 | 346 | |
| 347 | + /** |
|
| 348 | + * @return \DOMNode |
|
| 349 | + */ |
|
| 347 | 350 | protected function tagCAT() |
| 348 | 351 | { |
| 349 | 352 | $cat = $this->dom->createElement("cat"); |
@@ -664,6 +664,9 @@ |
||
| 664 | 664 | } |
| 665 | 665 | } |
| 666 | 666 | |
| 667 | + /** |
|
| 668 | + * @param string $request |
|
| 669 | + */ |
|
| 667 | 670 | protected function sign($request) |
| 668 | 671 | { |
| 669 | 672 | $sign = Signer::sign( |