Completed
Push — 3.x ( 98a986...3d57c4 )
by Paul
13:17 queued 10:47
created
src/AbstractQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      *
70 70
      * Constructor.
71 71
      *
72
-     * @param Quoter $quoter A helper for quoting identifier names.
72
+     * @param QuoterInterface $quoter A helper for quoting identifier names.
73 73
      *
74 74
      */
75 75
     public function __construct(QuoterInterface $quoter, $builder)
Please login to merge, or discard this patch.
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.