Commit c2d6c19b authored by Oskar Pfeifer-Bley's avatar Oskar Pfeifer-Bley

Enhance phpdoc of QueryBuilder::setParameter()

parent c7c3d8b7
...@@ -262,9 +262,9 @@ class QueryBuilder ...@@ -262,9 +262,9 @@ class QueryBuilder
* ->setParameter(':user_id', 1); * ->setParameter(':user_id', 1);
* </code> * </code>
* *
* @param string|integer $key The parameter position or name. * @param string|integer $key The parameter position or name.
* @param mixed $value The parameter value. * @param mixed $value The parameter value.
* @param string|null $type One of the PDO::PARAM_* constants. * @param string|integer|null $type One of the PDO::PARAM_* constants.
* *
* @return $this This QueryBuilder instance. * @return $this This QueryBuilder instance.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment