Completed
Branch master (7a247c)
by Roberto
20:27
created
src/Factory/Factory.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
  * @link       http://github.com/nfephp-org/sped-efinanceira for the canonical source repository
14 14
  */
15 15
 
16
+use InvalidArgumentException;
16 17
 use NFePHP\Common\Base\BaseMake;
17 18
 use NFePHP\Common\Certificate\Pkcs12;
18
-use NFePHP\Common\Files\FilesFolders;
19 19
 use NFePHP\Common\Dom\ValidXsd;
20
-use InvalidArgumentException;
20
+use NFePHP\Common\Files\FilesFolders;
21 21
 
22 22
 abstract class Factory extends BaseMake
23 23
 {
Please login to merge, or discard this patch.