Completed
Pull Request — master (#65)
by Roberto
03:22
created
src/Printers/DefaultPrinter.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,13 +24,13 @@
 block discarded – undo
24 24
  * @link       http://github.com/nfephp-org/posprint for the canonical source repository
25 25
  */
26 26
 
27
-use Posprint\Printers\PrinterInterface;
28
-use Posprint\Connectors\ConnectorInterface;
27
+use InvalidArgumentException;
29 28
 use Posprint\Connectors\Buffer;
29
+use Posprint\Connectors\ConnectorInterface;
30 30
 use Posprint\Graphics\Graphics;
31 31
 use Posprint\Printers\Barcodes\Barcode1DAnalysis;
32
+use Posprint\Printers\PrinterInterface;
32 33
 use RuntimeException;
33
-use InvalidArgumentException;
34 34
 
35 35
 abstract class DefaultPrinter implements PrinterInterface
36 36
 {
Please login to merge, or discard this patch.