Completed
Push — master ( a9bda0...6d80b1 )
by Ruben
12:06
created
lib/Configuration/AbstractConfiguration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Habu\ComposerScriptUtils\Configuration;
4 4
 
5
-use Habu\ComposerScriptUtils\Interfaces\ConfigurationInterface;
6 5
 use Habu\ComposerScriptUtils\Interfaces\ConfigurationHandlerInterface;
6
+use Habu\ComposerScriptUtils\Interfaces\ConfigurationInterface;
7 7
 
8 8
 /**
9 9
  * Class AbstractConfiguration.
Please login to merge, or discard this patch.