Completed
Push — 3.x ( 203578...0a3e42 )
by Paul
02:27
created
src/QueryFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -163,6 +163,9 @@
 block discarded – undo
163 163
         );
164 164
     }
165 165
 
166
+    /**
167
+     * @param string $query
168
+     */
166 169
     protected function newBuilder($query)
167 170
     {
168 171
         $builderClass = "Aura\SqlQuery\\{$this->db}\\{$query}Builder";
Please login to merge, or discard this patch.
src/AbstractQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      *
80 80
      * Constructor.
81 81
      *
82
-     * @param Quoter $quoter A helper for quoting identifier names.
82
+     * @param QuoterInterface $quoter A helper for quoting identifier names.
83 83
      *
84 84
      * @param AbstractBuilder $builder A builder for the query.
85 85
      *
Please login to merge, or discard this patch.