Skip to content

Commit

Permalink
Merge pull request #218 from someniatko/1.6-eb-variadic-docs-only
Browse files Browse the repository at this point in the history
reflect that `ExpressionBuilder#andX()` and `orX()` params are variadic in PHPDoc
  • Loading branch information
Ocramius authored Nov 13, 2019
2 parents 037ccc5 + 6ac157e commit 6b1e4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/Common/Collections/ExpressionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class ExpressionBuilder
{
/**
* @param mixed $x
* @param mixed ...$x
*
* @return CompositeExpression
*/
Expand All @@ -27,7 +27,7 @@ public function andX($x = null)
}

/**
* @param mixed $x
* @param mixed ...$x
*
* @return CompositeExpression
*/
Expand Down

0 comments on commit 6b1e4b2

Please sign in to comment.