Passed
Push — develop ( b4e7f5...43a54f )
by Brent
02:45
created
src/Brendt/Stitcher/Plugin/PluginConfiguration.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Brendt\Stitcher\Plugin;
4 4
 
5
-use Brendt\Stitcher\Exception\ConfigurationException;
6
-use Brendt\Stitcher\Exception\PluginException;
7
-use Symfony\Component\Finder\Finder;
8
-use Symfony\Component\Finder\SplFileInfo;
9 5
 use Symfony\Component\Yaml\Yaml;
10 6
 
11 7
 class PluginConfiguration
Please login to merge, or discard this patch.