From 982dc357ef201f96db5f728894bd0f0e6386abb4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 22 Oct 2012 16:39:07 -0700 Subject: [PATCH] Removed reference to * from docs. Change-Id: Iec55a1d009f8e89e5c165f282be4dfda0b2b28a7 --- includes/api/ApiQueryORM.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiQueryORM.php b/includes/api/ApiQueryORM.php index ace2105b1f..f0c2b1b37e 100644 --- a/includes/api/ApiQueryORM.php +++ b/includes/api/ApiQueryORM.php @@ -94,8 +94,8 @@ abstract class ApiQueryORM extends ApiQueryBase { } /** - * Get the request parameters, handle the * value for the props param - * and remove all params set to null (ie those that are not actually provided). + * Get the request parameters and remove all params set + * to null (ie those that are not actually provided). * * @since 1.21 * -- 2.20.1