Completed
Push — master ( 28360b...e6d6d0 )
by Roberto
06:06 queued 10s
created
src/Common/Make.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     
77 77
     /**
78 78
      * Return document key
79
-     * @return type
79
+     * @return string
80 80
      */
81 81
     public function getChave()
82 82
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     
86 86
     /**
87 87
      * Returns XML
88
-     * @return type
88
+     * @return string
89 89
      */
90 90
     public function getXML()
91 91
     {
@@ -213,6 +213,9 @@  discard block
 block discarded – undo
213 213
         }
214 214
     }
215 215
     
216
+    /**
217
+     * @param string $chave
218
+     */
216 219
     protected function hashCSRT($csrt, $chave)
217 220
     {
218 221
         return strtoupper(base64_encode(sha1($csrt . $chave, true)));
Please login to merge, or discard this patch.