Passed
Push — master ( 7fb011...144e96 )
by Roberto
56s queued 12s
created
src/Common/Make.php 1 patch
Doc Comments   +2 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
     {
Please login to merge, or discard this patch.
src/Common/Tools.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -349,6 +349,9 @@
 block discarded – undo
349 349
         return $signed;
350 350
     }
351 351
     
352
+    /**
353
+     * @return string
354
+     */
352 355
     protected function addQRCode($signed)
353 356
     {
354 357
         $dom = new Dom('1.0', 'UTF-8');
Please login to merge, or discard this patch.
src/Factories/Tag.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -101,6 +101,9 @@
 block discarded – undo
101 101
         return $node;
102 102
     }
103 103
     
104
+    /**
105
+     * @param stdClass $std
106
+     */
104 107
     protected function checkIfContentsExists($std)
105 108
     {
106 109
         $response = false;
Please login to merge, or discard this patch.