Completed
Push — master ( 25abd6...2ecbc7 )
by Gabriel
07:23
created
src/CommandBus/Repository/CreateHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Baleen\Cli\Exception\CliException;
25 25
 use Baleen\Migrations\Migration\SimpleMigration;
26 26
 use League\Flysystem\Filesystem;
27
-use phpDocumentor\Reflection\DocBlock\Tag;
28 27
 use Zend\Code\Generator\ClassGenerator;
29 28
 use Zend\Code\Generator\DocBlock\Tag\GenericTag;
30 29
 use Zend\Code\Generator\DocBlockGenerator;
Please login to merge, or discard this patch.
test/CommandBus/Config/StatusHandlerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use Baleen\Migrations\Migration\MigrationInterface;
26 26
 use Baleen\Migrations\Repository\RepositoryInterface;
27 27
 use Baleen\Migrations\Storage\StorageInterface;
28
-use Baleen\Migrations\Version as V;
29 28
 use Baleen\Migrations\Version;
30 29
 use Baleen\Migrations\Version\Collection\LinkedVersions;
31 30
 use Baleen\Migrations\Version\Collection\MigratedVersions;
Please login to merge, or discard this patch.
test/Provider/HelperSetProviderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 
20 20
 namespace BaleenTest\Cli\Provider;
21 21
 
22
-use Baleen\Cli\Helper\ConfigHelper;
23 22
 use Baleen\Cli\Provider\Services;
24 23
 use Mockery as m;
25 24
 use Symfony\Component\Console\Helper\HelperSet;
Please login to merge, or discard this patch.