Skip to content
Snippets Groups Projects
Unverified Commit 10ac8444 authored by Daniel Kesselberg's avatar Daniel Kesselberg
Browse files

Update documentation for QueryBuilder::set

parent b13aa660
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment