Completed
Pull Request — master (#192)
by Roberto
09:01
created
src/Factories/EvtAqProd.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     
151 151
     /**
152 152
      * Estrutura do tpAquin v2.4.2
153
-     * @param DOMElement $ideEstabAdquir
153
+     * @param \DOMElement $ideEstabAdquir
154 154
      * @param stdClass $tpaquis
155 155
      */
156 156
     protected function tpAquis(&$ideEstabAdquir, $tpaquis)
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     
302 302
     /**
303 303
      * Grandes altereções de estrutura na tag tpAquis
304
-     * @param DOMElement $ideEstabAdquir
304
+     * @param \DOMElement $ideEstabAdquir
305 305
      * @param stdClass $tpaquis
306 306
      */
307 307
     protected function tpAquisV02_05_00(&$ideEstabAdquir, $tpaquis)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
  */
17 17
 use NFePHP\Common\Certificate;
18 18
 use NFePHP\eSocial\Common\Factory;
19
-use NFePHP\eSocial\Common\FactoryId;
20 19
 use NFePHP\eSocial\Common\FactoryInterface;
21 20
 use stdClass;
22 21
 
Please login to merge, or discard this patch.