Completed
Push — master ( 11ad3c...f79fbb )
by Gabriel
07:44
created
src/Repository/DirectoryRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Baleen\Migrations\Exception\InvalidArgumentException;
23 23
 use Baleen\Migrations\Migration\Factory\FactoryInterface;
24 24
 use Baleen\Migrations\Migration\MigrationInterface;
25
-use Baleen\Migrations\Version;
26 25
 use Baleen\Migrations\Version\Collection\Linked;
27 26
 use Baleen\Migrations\Version\Comparator\ComparatorInterface;
28 27
 use Baleen\Migrations\Version\LinkedVersion;
Please login to merge, or discard this patch.
src/Timeline/TimelineFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Baleen\Migrations\Exception\InvalidArgumentException;
23 23
 use Baleen\Migrations\Exception\MigrationMissingException;
24 24
 use Baleen\Migrations\Timeline;
25
-use Baleen\Migrations\Version\Collection;
26 25
 use Baleen\Migrations\Version\Collection\Linked;
27 26
 use Baleen\Migrations\Version\Collection\Migrated;
28 27
 use Baleen\Migrations\Version\Collection\Resolver\ResolverInterface;
Please login to merge, or discard this patch.
src/Event/Timeline/MigrationEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Baleen\Migrations\Exception\InvalidArgumentException;
23 23
 use Baleen\Migrations\Migration\Factory\FactoryInterface;
24 24
 use Baleen\Migrations\Migration\MigrationInterface;
25
-use Baleen\Migrations\Version;
26 25
 use Baleen\Migrations\Version\Collection\Linked;
27 26
 use Baleen\Migrations\Version\Comparator\ComparatorInterface;
28 27
 use Baleen\Migrations\Version\LinkedVersion;
Please login to merge, or discard this patch.