Passed
Push — master ( 53d961...28360b )
by Roberto
14:30 queued 11s
created
src/Common/Tools.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -328,6 +328,11 @@
 block discarded – undo
328 328
         return $signed;
329 329
     }
330 330
     
331
+    /**
332
+     * @param string $signed
333
+     *
334
+     * @return string
335
+     */
331 336
     protected function addQRCode($signed)
332 337
     {
333 338
         $dom = new Dom('1.0', 'UTF-8');
Please login to merge, or discard this patch.
src/Factories/Tag.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     
37 37
     /**
38 38
      * Constructor
39
-     * @param NFePHP\Common\DOMImproved $dom
39
+     * @param Dom $dom
40 40
      */
41 41
     public function __construct(\NFePHP\Common\DOMImproved $dom = null)
42 42
     {
@@ -101,6 +101,9 @@  discard block
 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.