Completed
Pull Request — master (#76)
by Roberto
07:26
created
src/Graphics/Graphics.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,12 +13,11 @@
 block discarded – undo
13 13
  * @link      http://github.com/nfephp-org/posprint for the canonical source repository
14 14
  */
15 15
 
16
-use Posprint\Graphics\Basic;
17
-use Endroid\QrCode\ErrorCorrectionLevel;
18
-use Endroid\QrCode\Writer\PngWriter;
19 16
 use Endroid\QrCode\QrCode;
20
-use RuntimeException;
17
+use Endroid\QrCode\Writer\PngWriter;
21 18
 use InvalidArgumentException;
19
+use Posprint\Graphics\Basic;
20
+use RuntimeException;
22 21
 
23 22
 class Graphics extends Basic
24 23
 {
Please login to merge, or discard this patch.