Completed
Pull Request — master (#4852)
by
unknown
15:00
created
src/Codeception/Module/Symfony.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Codeception\Lib\Interfaces\PartedModule;
10 10
 use Symfony\Component\Finder\Finder;
11 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
12
-use Symfony\Component\Finder\SplFileInfo;
13 12
 use Symfony\Component\VarDumper\Cloner\Data;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
src/Codeception/Command/Run.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Codeception\Codecept;
5 5
 use Codeception\Configuration;
6
-use Codeception\Util\PathResolver;
7 6
 use Symfony\Component\Console\Command\Command;
8 7
 use Symfony\Component\Console\Input\InputArgument;
9 8
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.