|
@@ -263,7 +263,7 @@ discard block |
|
|
block discarded – undo |
|
263
|
263
|
* |
|
264
|
264
|
* @see AbstractWhere |
|
265
|
265
|
* |
|
266
|
|
- * @param string|mixed $joined Joined column or expression. |
|
|
266
|
+ * @param string $joined Joined column or expression. |
|
267
|
267
|
* @param mixed $variousA Operator or value. |
|
268
|
268
|
* @param mixed $variousB Value, if operator specified. |
|
269
|
269
|
* @param mixed $variousC Required only in between statements. |
|
@@ -346,7 +346,7 @@ discard block |
|
|
block discarded – undo |
|
346
|
346
|
* @param string $joiner Boolean joiner (AND | OR). |
|
347
|
347
|
* @param array $parameters Set of parameters collected from where functions. |
|
348
|
348
|
* @param array $tokens Array to aggregate compiled tokens. Reference. |
|
349
|
|
- * @param \Closure|null|callable $wrapper Callback or closure used to wrap/collect every |
|
|
349
|
+ * @param callable $wrapper Callback or closure used to wrap/collect every |
|
350
|
350
|
* potential parameter. |
|
351
|
351
|
* |
|
352
|
352
|
* @throws BuilderException |
Please login to merge, or discard this patch.