@@ -24,11 +24,11 @@ |
||
24 | 24 | * @link http://github.com/nfephp-org/posprint for the canonical source repository |
25 | 25 | */ |
26 | 26 | |
27 | -use Posprint\Connectors\ConnectorInterface; |
|
27 | +use InvalidArgumentException; |
|
28 | 28 | use Posprint\Connectors\Buffer; |
29 | +use Posprint\Connectors\ConnectorInterface; |
|
29 | 30 | use Posprint\Graphics\Graphics; |
30 | 31 | use RuntimeException; |
31 | -use InvalidArgumentException; |
|
32 | 32 | |
33 | 33 | abstract class DefaultPrinter implements PrinterInterface |
34 | 34 | { |