Update documentation for QueryBuilder::set

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2020-08-14 19:55:01 +02:00
parent b13aa660c9
commit 10ac844448
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ class QueryBuilder implements IQueryBuilder {
* </code> * </code>
* *
* @param string $key The column to set. * @param string $key The column to set.
* @param string $value The value, expression, placeholder, etc. * @param IParameter|string $value The value, expression, placeholder, etc.
* *
* @return $this This QueryBuilder instance. * @return $this This QueryBuilder instance.
*/ */

View File

@ -521,7 +521,7 @@ interface IQueryBuilder {
* </code> * </code>
* *
* @param string $key The column to set. * @param string $key The column to set.
* @param string $value The value, expression, placeholder, etc. * @param IParameter|string $value The value, expression, placeholder, etc.
* *
* @return $this This QueryBuilder instance. * @return $this This QueryBuilder instance.
* @since 8.2.0 * @since 8.2.0