Completed
Push — master ( 6ff656...d6d47d )
by Vaibhav
02:36 queued 01:04
created
src/ConfigServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 namespace Pimple\Config;
13 13
 
14 14
 use InvalidArgumentException;
15
-use RuntimeException;
16 15
 use Pimple\Container;
17 16
 use Pimple\ServiceProviderInterface;
17
+use RuntimeException;
18 18
 
19 19
 /**
20 20
  * Class ConfigServiceProvider
Please login to merge, or discard this patch.