1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Merge pull request #6466 from fmagnan/patch-1

Update QueryBuilder.php
This commit is contained in:
Luís Cobucci 2017-05-23 18:44:10 +02:00 committed by GitHub
commit 2a239be45e

View File

@ -526,7 +526,7 @@ class QueryBuilder
*
* @param string|integer $key The parameter position or name.
* @param mixed $value The parameter value.
* @param string|null $type PDO::PARAM_* or \Doctrine\DBAL\Types\Type::* constant
* @param string|integer|null $type PDO::PARAM_* or \Doctrine\DBAL\Types\Type::* constant
*
* @return self
*/