Commit 39ace7fc authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2657 from UFOMelkor/phpdoc-fix

Enhance phpdoc of QueryBuilder::setParameter()
parents c7c3d8b7 c2d6c19b
......@@ -262,9 +262,9 @@ class QueryBuilder
* ->setParameter(':user_id', 1);
* </code>
*
* @param string|integer $key The parameter position or name.
* @param mixed $value The parameter value.
* @param string|null $type One of the PDO::PARAM_* constants.
* @param string|integer $key The parameter position or name.
* @param mixed $value The parameter value.
* @param string|integer|null $type One of the PDO::PARAM_* constants.
*
* @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