Completed
Push — harikt-patch-1 ( 8e0675 )
by Hari
08:44
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.