From d9e471771a000952eae6147bab52813bb429b80b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 7 Nov 2020 14:06:03 +0100 Subject: Update parameters Signed-off-by: Joas Schilling --- lib/public/DB/QueryBuilder/IFunctionBuilder.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lib/public/DB') diff --git a/lib/public/DB/QueryBuilder/IFunctionBuilder.php b/lib/public/DB/QueryBuilder/IFunctionBuilder.php index e744d653d78..aa11e42d622 100644 --- a/lib/public/DB/QueryBuilder/IFunctionBuilder.php +++ b/lib/public/DB/QueryBuilder/IFunctionBuilder.php @@ -137,9 +137,8 @@ interface IFunctionBuilder { * * If you want to get the maximum value of all rows in a column, use `max` instead * - * @param mixed $x the first input field or number - * @param mixed $y the first input field or number - * + * @param string|ILiteral|IParameter|IQueryFunction $x + * @param string|ILiteral|IParameter|IQueryFunction $y * @return IQueryFunction * @since 18.0.0 */ @@ -150,9 +149,8 @@ interface IFunctionBuilder { * * If you want to get the minimum value of all rows in a column, use `min` instead * - * @param mixed $x the first input field or number - * @param mixed $y the first input field or number - * + * @param string|ILiteral|IParameter|IQueryFunction $x + * @param string|ILiteral|IParameter|IQueryFunction $y * @return IQueryFunction * @since 18.0.0 */ -- cgit v1.2.3