Completed
Pull Request — master (#35)
by Roberto
04:58
created
src/Certificate/Pkcs12.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
     
327 327
     /**
328 328
      * Retorna o timestamp da validade do certificado
329
-     * @return int
329
+     * @return double
330 330
      */
331 331
     public function getValidate()
332 332
     {
@@ -427,9 +427,9 @@  discard block
 block discarded – undo
427 427
     /**
428 428
      * zSignXML
429 429
      * Método que provê a assinatura do xml conforme padrão SEFAZ
430
-     * @param DOMDocument $xmldoc
431
-     * @param DOMElement $root
432
-     * @param DOMElement $node
430
+     * @param Dom $xmldoc
431
+     * @param \DOMElement $root
432
+     * @param \DOMNode $node
433 433
      * @param resource $objSSLPriKey
434 434
      * @param string $marcador
435 435
      * @param string $algorithm
@@ -598,7 +598,7 @@  discard block
 block discarded – undo
598 598
     
599 599
     /**
600 600
      * zSignCheck
601
-     * @param DOMDocument $dom
601
+     * @param Dom $dom
602 602
      * @return boolean
603 603
      * @throws Exception\RuntimeException
604 604
      */
@@ -638,7 +638,7 @@  discard block
 block discarded – undo
638 638
     
639 639
     /**
640 640
      * zDigCheck
641
-     * @param DOMDocument $dom
641
+     * @param Dom $dom
642 642
      * @param string $tagid
643 643
      * @return boolean
644 644
      * @throws Exception\RuntimeException
Please login to merge, or discard this patch.