Completed
Pull Request — master (#202)
by Tim
15:10 queued 05:13
created
RoboFile.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22
-
23
-use Symfony\Component\Finder\Finder;
24
-
25 21
 /**
26 22
  * Defines the available build tasks.
27 23
  *
Please login to merge, or discard this patch.
src/Utils/DebugUtil.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use Doctrine\Common\Collections\Collection;
24 24
 use TechDivision\Import\SystemLoggerTrait;
25
-use TechDivision\Import\ApplicationInterface;
26 25
 use TechDivision\Import\Services\RegistryProcessorInterface;
27 26
 use TechDivision\Import\Configuration\ConfigurationInterface;
28 27
 use TechDivision\Import\Listeners\Renderer\RendererInterface;
Please login to merge, or discard this patch.
src/Observers/AttributeObserverTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace TechDivision\Import\Observers;
22 22
 
23
-use TechDivision\Import\Utils\InputOptionKeysInterface;
24 23
 use TechDivision\Import\Utils\LoggerKeys;
25 24
 use TechDivision\Import\Utils\MemberNames;
26 25
 use TechDivision\Import\Utils\StoreViewCodes;
Please login to merge, or discard this patch.