@@ -286,16 +286,16 @@ public function name($_ = null)
286
286
* data, including pairs that require joins and where conditions, use a
287
287
* closure to provide a query
288
288
*
289
- * @param string|callable(Database): (false|array) $table Database table name to use to get the
290
- * paired data from, or a closure function if providing a method
291
- * @param string $value Table column name that contains the pair's
292
- * value. Not used if the first parameter is given as a closure
293
- * @param string $label Table column name that contains the pair's
294
- * label. Not used if the first parameter is given as a closure
295
- * @param \Closure(Query): void $condition Function that will add `where`
296
- * conditions to the query
297
- * @param callable(array): string $format Function will render each label
298
- * @param string $order SQL ordering
289
+ * @param Options| string|callable(Database, string ): (false|array) $table Database table name to use to get the
290
+ * paired data from, or a closure function if providing a method
291
+ * @param string $value Table column name that contains the pair's
292
+ * value. Not used if the first parameter is given as a closure
293
+ * @param string $label Table column name that contains the pair's
294
+ * label. Not used if the first parameter is given as a closure
295
+ * @param \Closure(Query): void $condition Function that will add `where`
296
+ * conditions to the query
297
+ * @param callable(array): string $format Function will render each label
298
+ * @param string $order SQL ordering
299
299
*
300
300
* @return ($table is null ? Options|null : $this)
301
301
*/
0 commit comments