Completed
Push — 3.2 ( 7b06ed...40a0aa )
by David
09:20
created
src/Mouf/Database/TDBM/Filters/OrderBySQLString.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Mouf\Database\TDBM\Filters;
3 3
 
4
-use Mouf\Database\DBConnection\ConnectionInterface;
5
-
6 4
 /*
7 5
  Copyright (C) 2006-2011 David Négrier - THE CODING MACHINE
8 6
 
Please login to merge, or discard this patch.
src/generateDaos.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
  * 
5 5
  */
6 6
 use Mouf\MoufManager;
7
-
8 7
 use Mouf\Database\TDBM\Utils\TDBMDaoGenerator;
9
-
10 8
 use Mouf\MoufUtils;
11 9
 
12 10
 ini_set("display_errors", 1);
Please login to merge, or discard this patch.
src/Mouf/Database/TDBM/Controllers/TdbmInstallController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
2 2
 namespace Mouf\Database\TDBM\Controllers;
3 3
 
4 4
 use Mouf\MoufUtils;
5
-
6 5
 use Mouf\Actions\InstallUtils;
7
-
8 6
 use Mouf\MoufManager;
9
-
10 7
 use Mouf\Html\HtmlElement\HtmlBlock;
11 8
 use Mouf\Mvc\Splash\Controllers\Controller;
12 9
 
Please login to merge, or discard this patch.
src/Mouf/Database/TDBM/Filters/AndFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Mouf\Database\TDBM\Filters;
3 3
 
4 4
 use Mouf\Database\TDBM\TDBMException;
5
-
6 5
 use Mouf\Database\DBConnection\ConnectionInterface;
7 6
 
8 7
 
Please login to merge, or discard this patch.
src/Mouf/Database/TDBM/Filters/BetweenFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Mouf\Database\TDBM\Filters;
3 3
 
4 4
 use Mouf\Database\TDBM\TDBMException;
5
-
6 5
 use Mouf\Database\DBConnection\ConnectionInterface;
7 6
 
8 7
 /*
Please login to merge, or discard this patch.
src/Mouf/Database/TDBM/Filters/OrderByColumn.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Mouf\Database\TDBM\Filters;
3 3
 
4
-use Mouf\Database\DBConnection\ConnectionInterface;
5
-
6 4
 /*
7 5
  Copyright (C) 2006-2011 David Négrier - THE CODING MACHINE
8 6
 
Please login to merge, or discard this patch.