Skip to content

Commit

Permalink
Remove incomplete details of QueryBuilder::setParameter($type)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-demb committed Mar 16, 2021
1 parent b4d5a62 commit b4e8f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Query/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function getSQL()
*
* @param int|string $key Parameter position or name
* @param mixed $value Parameter value
* @param int|string|Type|null $type One of the {@link ParameterType} constants or DBAL type
* @param int|string|Type|null $type Parameter type
*
* @return $this This QueryBuilder instance.
*/
Expand Down

0 comments on commit b4e8f9c

Please sign in to comment.