Passed
Push — master ( 60293e...5490e2 )
by Roberto
03:17
created
src/Factories/EvtCAT.php 1 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.