Completed
Push — master ( 565813...d70e1f )
by Vaibhav
01:44
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.