diff --git a/lib/Doctrine/ORM/Query/Expr/Base.php b/lib/Doctrine/ORM/Query/Expr/Base.php index 80d6f480485..90ab101e125 100644 --- a/lib/Doctrine/ORM/Query/Expr/Base.php +++ b/lib/Doctrine/ORM/Query/Expr/Base.php @@ -32,7 +32,7 @@ abstract class Base protected $parts = []; /** - * @param mixed[] $args + * @param mixed $args */ public function __construct($args = []) { @@ -40,7 +40,7 @@ public function __construct($args = []) } /** - * @param mixed[] $args + * @param mixed $args * * @return Base */