Completed
Push — master ( 59ac1c...18ad36 )
by Boris
01:55
created
src/BWC/Share/Composer/Script.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace BWC\Share\Composer;
4 4
 
5 5
 use Composer\Script\Event;
6
-use Symfony\Component\Filesystem\Filesystem;
7 6
 use Symfony\Component\Finder\Finder;
8 7
 
9 8
 class Script
Please login to merge, or discard this patch.
src/BWC/Share/Data/Sequence/DoctrineMigration.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace BWC\Share\Data\Sequence;
4 4
 
5 5
 use Doctrine\DBAL\Connection;
6
-use Doctrine\DBAL\Migrations\AbstractMigration,
7
-    Doctrine\DBAL\Schema\Schema;
6
+use Doctrine\DBAL\Migrations\AbstractMigration;
7
+use Doctrine\DBAL\Schema\Schema;
8 8
 
9 9
 abstract class DoctrineMigration extends AbstractMigration
10 10
 {
Please login to merge, or discard this patch.