Completed
Pull Request — master (#43)
by Roberto
15:07
created
src/Connectors/File.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
  * @link      http://github.com/nfephp-org/posprint for the canonical source repository
16 16
  */
17 17
 
18
+use InvalidArgumentException;
18 19
 use Posprint\Connectors\ConnectorInterface;
19 20
 use RuntimeException;
20
-use InvalidArgumentException;
21 21
 
22 22
 class File implements ConnectorInterface
23 23
 {
Please login to merge, or discard this patch.
src/Connectors/Network.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,10 +14,10 @@
 block discarded – undo
14 14
  * @link      http://github.com/nfephp-org/posprint for the canonical source repository
15 15
  */
16 16
 
17
+use InvalidArgumentException;
17 18
 use Posprint\Connectors\ConnectorInterface;
18 19
 use Posprint\Connectors\File;
19 20
 use RuntimeException;
20
-use InvalidArgumentException;
21 21
 
22 22
 class Network extends File implements ConnectorInterface
23 23
 {
Please login to merge, or discard this patch.