Completed
Push — 3.8.x ( 2cd6fd...b176ac )
by Tim
07:26
created
RoboFile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22 21
 use Symfony\Component\Finder\Finder;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
features/bootstrap/ConsoleContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Behat\Behat\Context\Context;
4 4
 use Behat\Behat\Hook\Scope\AfterScenarioScope;
5 5
 use Behat\Behat\Hook\Scope\BeforeScenarioScope;
6
-use Behat\Behat\Tester\Exception\PendingException;
7 6
 use TechDivision\Import\Adapter\PhpFilesystemAdapter;
8 7
 use Behat\Symfony2Extension\Context\KernelAwareContext;
9 8
 
Please login to merge, or discard this patch.