Completed
Push — master ( c5f7b8...442191 )
by Roberto
03:20
created
src/Connectors/Serial.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
  * @link       http://github.com/nfephp-org/posprint for the canonical source repository
14 14
  */
15 15
 
16
-use Posprint\Connectors\ConnectorInterface;
17 16
 use PhpSerial;
17
+use Posprint\Connectors\ConnectorInterface;
18 18
 
19 19
 class Serial implements ConnectorInterface
20 20
 {
Please login to merge, or discard this patch.
src/Extras/PhpSerial.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
  */
22 22
 
23 23
 use RuntimeException;
24
-use InvalidArgumentException;
25 24
 
26 25
 class PhpSerial
27 26
 {
Please login to merge, or discard this patch.