Completed
Push — fix-some-bugs-on-version ( 394b78 )
by
unknown
09:49
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/OptionSubject.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 TechDivision\Import\Utils\BackendTypeKeys;
24 24
 use TechDivision\Import\Attribute\Utils\MemberNames;
25
-use TechDivision\Import\Attribute\Utils\ConfigurationKeys;
26 25
 use TechDivision\Import\Subjects\FileUploadTrait;
27 26
 use TechDivision\Import\Subjects\FileUploadSubjectInterface;
28 27
 use TechDivision\Import\Subjects\CastValueSubjectInterface;
Please login to merge, or discard this patch.