Completed
Push — 17.x ( 8eb265...491e57 )
by Tim
04:02
created
RoboFile.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22
-use Symfony\Component\Finder\Finder;
23
-
24 21
 /**
25 22
  * Defines the available build tasks.
26 23
  *
Please login to merge, or discard this patch.
src/Subjects/AbstractAttributeSubject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use TechDivision\Import\Subjects\EntitySubjectInterface;
25 25
 use TechDivision\Import\Utils\RegistryKeys;
26 26
 use TechDivision\Import\Attribute\Utils\MemberNames;
27
-use TechDivision\Import\Utils\EntityTypeCodes;
28 27
 
29 28
 /**
30 29
  * The abstract product subject implementation that provides basic attribute
Please login to merge, or discard this patch.