Completed
Push — master ( 03c578...53efcc )
by Roberto
16:53 queued 14:27
created
src/Printers/Daruma.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
  * @link       http://github.com/nfephp-org/posprint for the canonical source repository
15 15
  */
16 16
 
17
+use Posprint\Graphics\Graphics;
17 18
 use Posprint\Printers\DefaultPrinter;
18 19
 use Posprint\Printers\PrinterInterface;
19
-use Posprint\Graphics\Graphics;
20 20
 
21 21
 final class Daruma extends DefaultPrinter implements PrinterInterface
22 22
 {
Please login to merge, or discard this patch.