Completed
Branch master (815c2b)
by Roberto
11:10
created
src/CTe/Dacanc.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,10 +15,9 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19 18
 use NFePHP\DA\Common\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 19
 use NFePHP\DA\Legacy\Common;
20
+use NFePHP\DA\Legacy\Pdf;
22 21
 
23 22
 class Dacanc extends Common
24 23
 {
Please login to merge, or discard this patch.
src/CTe/Dacte.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,10 +15,8 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux dot rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19
-use NFePHP\DA\Common\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 18
 use NFePHP\DA\Legacy\Common;
19
+use NFePHP\DA\Legacy\Pdf;
22 20
 
23 21
 class Dacte extends Common
24 22
 {
Please login to merge, or discard this patch.
src/CTe/Daevento.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,10 +15,8 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19
-use NFePHP\DA\Common\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 18
 use NFePHP\DA\Legacy\Common;
19
+use NFePHP\DA\Legacy\Pdf;
22 20
 
23 21
 class Daevento extends Common
24 22
 {
Please login to merge, or discard this patch.
src/MDFe/Damdfe.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,6 @@
 block discarded – undo
15 15
  * @author    Leandro C. Lopez <leandro dot castoldi at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19
-use NFePHP\DA\Common\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 18
 use NFePHP\DA\Legacy\Common;
22 19
 
23 20
 class Damdfe extends Common
Please login to merge, or discard this patch.
src/NFe/Dacce.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 
18 18
 use Exception;
19 19
 use NFePHP\Common\Dom\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 20
 use NFePHP\DA\Legacy\Common;
21
+use NFePHP\DA\Legacy\Pdf;
22 22
 
23 23
 class Dacce extends Common
24 24
 {
Please login to merge, or discard this patch.
src/NFe/Daevento.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,10 +15,9 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19 18
 use NFePHP\Common\Dom\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 19
 use NFePHP\DA\Legacy\Common;
20
+use NFePHP\DA\Legacy\Pdf;
22 21
 
23 22
 class Daevento extends Common
24 23
 {
Please login to merge, or discard this patch.
src/NFe/Danfce.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,11 +14,7 @@
 block discarded – undo
14 14
  * @author    Roberto Spadim <roberto at spadim dot com dot br>
15 15
  */
16 16
 
17
-use Exception;
18
-use NFePHP\Common\Dom\Dom;
19
-use NFePHP\DA\Legacy\Pdf;
20 17
 use NFePHP\DA\Legacy\Common;
21
-use Endroid\QrCode\QrCode;
22 18
 
23 19
 class Danfce extends Common
24 20
 {
Please login to merge, or discard this patch.
src/NFe/DanfcePos.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux dot rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Posprint\Printers\PrinterInterface;
19 18
 use InvalidArgumentException;
19
+use Posprint\Printers\PrinterInterface;
20 20
 
21 21
 class DanfcePos
22 22
 {
Please login to merge, or discard this patch.
src/NFe/Danfe.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use NFePHP\Common\Dom\Dom;
7
-use NFePHP\DA\Legacy\Pdf;
8 7
 use NFePHP\DA\Legacy\Common;
8
+use NFePHP\DA\Legacy\Pdf;
9 9
 
10 10
 class Danfe extends Common
11 11
 {
Please login to merge, or discard this patch.