Skip to content

Commit

Permalink
Merge pull request #7472 from seferov/patch-2
Browse files Browse the repository at this point in the history
fix incorrect phpdoc typehint
  • Loading branch information
lcobucci authored Nov 20, 2018
2 parents 728e6e1 + fbd3fe9 commit ac50539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ public function leftJoin($join, $alias, $conditionType = null, $condition = null
* </code>
*
* @param string $key The key/field to set.
* @param string $value The value, expression, placeholder, etc.
* @param mixed $value The value, expression, placeholder, etc.
*
* @return self
*/
Expand Down

0 comments on commit ac50539

Please sign in to comment.