Completed
Push — 3.x-builder ( 47ec34...42a29f )
by Paul
02:00
created
src/Common/AbstractBuilder.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 Aura\SqlQuery\Common;
3 3
 
4
-use Aura\SqlQuery\Exception;
5
-
6 4
 abstract class AbstractBuilder
7 5
 {
8 6
     public function __construct($quoter)
Please login to merge, or discard this patch.