Completed
Push — 3.x-builder-quoter ( 067851...d03a63 )
by Paul
01:48
created
src/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;
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.