Passed
Push — master ( 60293e...5490e2 )
by Roberto
03:17
created
src/Factories/EvtCAT.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use NFePHP\Common\Certificate;
19 19
 use NFePHP\eSocial\Common\Factory;
20
-use NFePHP\eSocial\Common\FactoryId;
21 20
 use NFePHP\eSocial\Common\FactoryInterface;
22 21
 use stdClass;
23 22
 
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -344,6 +344,9 @@
 block discarded – undo
344 344
         $this->node->appendChild($ideVinculo);
345 345
     }
346 346
     
347
+    /**
348
+     * @return \DOMNode
349
+     */
347 350
     protected function tagCAT()
348 351
     {
349 352
         $cat = $this->dom->createElement("cat");
Please login to merge, or discard this patch.