Passed
Pull Request — master (#11)
by Gary
02:29
created
src/ShortcodeManager.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace BrightNucleus\Shortcode;
13 13
 
14
-use BrightNucleus\Config\ConfigInterface;
15
-use BrightNucleus\Config\ConfigTrait;
16
-use BrightNucleus\Dependency\DependencyManagerInterface as DependencyManager;
14
+use BrightNucleus\Config\ConfigInterface;
15
+use BrightNucleus\Config\ConfigTrait;
16
+use BrightNucleus\Dependency\DependencyManagerInterface as DependencyManager;
17 17
 use BrightNucleus\Exception\RuntimeException;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.