Completed
Push — test ( e682d1...5bf343 )
by Temitope
03:04
created
src/Database/DatabaseHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,12 +9,9 @@
 block discarded – undo
9 9
 namespace Laztopaz\potatoORM;
10 10
 
11 11
 use PDO;
12
-use Laztopaz\potatoORM\DatabaseHelper;
13 12
 use Laztopaz\potatoORM\TableFieldUndefinedException;
14 13
 use Laztopaz\potatoORM\EmptyArrayException;
15 14
 use Laztopaz\potatoORM\NoRecordDeletionException;
16
-use Laztopaz\potatoORM\NoRecordInsertionException;
17
-use Laztopaz\potatoORM\NoRecordUpdateException;
18 15
 
19 16
 class DatabaseHandler {
20 17
 
Please login to merge, or discard this patch.
src/Model/BaseModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,12 +9,10 @@
 block discarded – undo
9 9
 namespace Laztopaz\potatoORM;
10 10
 
11 11
 use Laztopaz\potatoORM\DatabaseHandler;
12
-use Laztopaz\potatoORM\InterfaceBaseClass;
13 12
 use Laztopaz\potatoORM\NoRecordDeletionException;
14 13
 use Laztopaz\potatoORM\NoRecordFoundException;
15 14
 use Laztopaz\potatoORM\NoRecordInsertionException;
16 15
 use Laztopaz\potatoORM\NullArgumentPassedToFunction;
17
-use Laztopaz\potatoORM\WrongArgumentException;
18 16
 use Laztopaz\potatoORM\NoArgumentPassedToFunctionException;
19 17
 use Laztopaz\potatoORM\EmptyArrayException;
20 18
 
Please login to merge, or discard this patch.