Completed
Push — master ( 1e34ae...a5143e )
by Mohammed
01:09
created
src/Console/DbCreateCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace MuhmdRaouf\LaravelParatest\Console;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use MuhmdRaouf\LaravelParatest\Helper\ConfigHelper;
7 6
 use MuhmdRaouf\LaravelParatest\Database\Schema\Builder;
8 7
 use MuhmdRaouf\LaravelParatest\Database\Schema\GrammarFactory;
8
+use MuhmdRaouf\LaravelParatest\Helper\ConfigHelper;
9 9
 
10 10
 class DbCreateCommand extends Command
11 11
 {
Please login to merge, or discard this patch.
src/Console/DbDropCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace MuhmdRaouf\LaravelParatest\Console;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use MuhmdRaouf\LaravelParatest\Helper\ConfigHelper;
7 6
 use MuhmdRaouf\LaravelParatest\Database\Schema\Builder;
8 7
 use MuhmdRaouf\LaravelParatest\Database\Schema\GrammarFactory;
8
+use MuhmdRaouf\LaravelParatest\Helper\ConfigHelper;
9 9
 
10 10
 class DbDropCommand extends Command
11 11
 {
Please login to merge, or discard this patch.
src/Console/DbReCreateCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace MuhmdRaouf\LaravelParatest\Console;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use MuhmdRaouf\LaravelParatest\Helper\ConfigHelper;
7 6
 use MuhmdRaouf\LaravelParatest\Database\Schema\Builder;
8 7
 use MuhmdRaouf\LaravelParatest\Database\Schema\GrammarFactory;
8
+use MuhmdRaouf\LaravelParatest\Helper\ConfigHelper;
9 9
 
10 10
 class DbReCreateCommand extends Command
11 11
 {
Please login to merge, or discard this patch.
src/Database/DryRunConnector.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace MuhmdRaouf\LaravelParatest\Database;
4 4
 
5
-use PDO;
6
-
7 5
 class DryRunConnector implements Connector
8 6
 {
9 7
     public function __construct($output)
Please login to merge, or discard this patch.