From d3acbbf79be0c166ff543275ca5d130560aa6936 Mon Sep 17 00:00:00 2001 From: philippe-unitiz Date: Tue, 21 Aug 2018 15:21:56 +0200 Subject: [PATCH] Fix constructor argument type in Query\Base --- lib/Doctrine/ORM/Query/Expr/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Query/Expr/Base.php b/lib/Doctrine/ORM/Query/Expr/Base.php index d13031383..d4b8d3871 100644 --- a/lib/Doctrine/ORM/Query/Expr/Base.php +++ b/lib/Doctrine/ORM/Query/Expr/Base.php @@ -56,7 +56,7 @@ abstract class Base protected $parts = []; /** - * @param array $args + * @param mixed $args */ public function __construct($args = []) {