Merge pull request #22257 from nextcloud/debt/noid/add-parameter-to-set

Update documentation for QueryBuilder::set
This commit is contained in:
Morris Jobke 2020-08-14 20:15:16 +02:00 committed by GitHub
commit fb4e989882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ class QueryBuilder implements IQueryBuilder {
* </code>
*
* @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.
*/

View File

@ -521,7 +521,7 @@ interface IQueryBuilder {
* </code>
*
* @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.
* @since 8.2.0