@@ -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 | { |
@@ -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 | */ |
@@ -292,6 +292,9 @@ discard block |
||
292 | 292 | $this->node->appendChild($ideVinculo); |
293 | 293 | } |
294 | 294 | |
295 | + /** |
|
296 | + * @return \DOMNode |
|
297 | + */ |
|
295 | 298 | protected function tagCAT() |
296 | 299 | { |
297 | 300 | $cat = $this->dom->createElement("cat"); |
@@ -373,6 +376,9 @@ discard block |
||
373 | 376 | return $cat; |
374 | 377 | } |
375 | 378 | |
379 | + /** |
|
380 | + * @return \DOMElement |
|
381 | + */ |
|
376 | 382 | protected function tagLocalAcidente(\DOMElement &$cat) |
377 | 383 | { |
378 | 384 | $localAcidente = $this->dom->createElement("localAcidente"); |