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.
src/Codeception/Lib/Connector/Laravel5.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
         $method = method_exists($this->app['events'], 'dispatch') ? 'dispatch' : 'fire';
257 257
 
258 258
         $mock = Stub::makeEmpty('Illuminate\Contracts\Events\Dispatcher', [
259
-           $method => $callback
259
+            $method => $callback
260 260
         ]);
261 261
 
262 262
         $this->app->instance('events', $mock);
Please login to merge, or discard this patch.