Completed
Pull Request — 3.x (#136)
by Paul
04:19 queued 02:13
created
src/AbstractQuery.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * Constructor.
72 72
      *
73
-     * @param Quoter $quoter A helper for quoting identifier names.
73
+     * @param QuoterInterface $quoter A helper for quoting identifier names.
74 74
      *
75 75
      */
76 76
     public function __construct(QuoterInterface $quoter, $builder)
@@ -280,6 +280,10 @@  discard block
 block discarded – undo
280 280
         }
281 281
     }
282 282
 
283
+    /**
284
+     * @param string $clause
285
+     * @param string $andor
286
+     */
283 287
     protected function addClauseCondClosure($clause, $andor, $closure)
284 288
     {
285 289
         // retain the prior set of conditions, and temporarily reset the clause
Please login to merge, or discard this patch.