@@ -70,7 +70,7 @@ discard block |
||
| 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 |
||
| 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 |