Completed
Push — master ( 2442ab...e8eba1 )
by Roberto
19:36 queued 17:14
created
src/Base/BaseMail.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@
 block discarded – undo
13 13
  * @link       http://github.com/nfephp-org/nfephp for the canonical source repository
14 14
  */
15 15
 
16
+use NFePHP\Common\Exception;
17
+use NFePHP\Common\Files;
16 18
 use Zend\Mail\Message;
19
+use Zend\Mail\Transport\Smtp as SmtpTransport;
20
+use Zend\Mail\Transport\SmtpOptions;
17 21
 use Zend\Mime\Message as MimeMessage;
18
-use Zend\Mime\Part as MimePart;
19 22
 use Zend\Mime\Mime;
20
-use Zend\Mail\Transport\SmtpOptions;
21
-use Zend\Mail\Transport\Smtp as SmtpTransport;
22
-use NFePHP\Common\Exception;
23
-use NFePHP\Common\Files;
23
+use Zend\Mime\Part as MimePart;
24 24
 
25 25
 if (!defined('NFEPHP_ROOT')) {
26 26
     define('NFEPHP_ROOT', dirname(dirname(dirname(__FILE__))));
Please login to merge, or discard this patch.
src/Certificate/Pkcs12.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
  */
15 15
 
16 16
 use NFePHP\Common\Certificate\Asn;
17
-use NFePHP\Common\Exception;
18 17
 use NFePHP\Common\Dom\Dom;
18
+use NFePHP\Common\Exception;
19 19
 
20 20
 class Pkcs12
21 21
 {
Please login to merge, or discard this patch.
src/Dom/Dom.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
  */
14 14
 
15 15
 use \DOMDocument;
16
-use NFePHP\Common\Files\FilesFolders;
17 16
 use NFePHP\Common\Exception;
17
+use NFePHP\Common\Files\FilesFolders;
18 18
 
19 19
 class Dom extends DOMDocument
20 20
 {
Please login to merge, or discard this patch.
src/Soap/CurlSoap.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
  * @link       http://github.com/nfephp-org/nfephp for the canonical source repository
13 13
  */
14 14
 
15
-use NFePHP\Common\Strings\Strings;
16 15
 use NFePHP\Common\Exception;
16
+use NFePHP\Common\Strings\Strings;
17 17
 
18 18
 class CurlSoap
19 19
 {
Please login to merge, or discard this patch.
src/Soap/NatSoap.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
  * @link       http://github.com/nfephp-org/nfephp for the canonical source repository
13 13
  */
14 14
 
15
-use NFePHP\Common\Soap\CorrectedSoapClient;
16 15
 use NFePHP\Common\Exception;
16
+use NFePHP\Common\Soap\CorrectedSoapClient;
17 17
 
18 18
 class NatSoap
19 19
 {
Please login to merge, or discard this patch.