Completed
Push — pac-307--update-url-key-from-n... ( 496343...3c7125 )
by Tim
29:08 queued 19:16
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/Subjects/AbstractSubject.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\Subjects;
22 22
 
23
-use Psr\Log\LogLevel;
24 23
 use Ramsey\Uuid\Uuid;
25 24
 use League\Event\EmitterInterface;
26 25
 use Doctrine\Common\Collections\Collection;
Please login to merge, or discard this patch.