From: Aaron Schulz Date: Mon, 22 Oct 2012 23:39:07 +0000 (-0700) Subject: Removed reference to * from docs. X-Git-Tag: 1.31.0-rc.0~21896^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=982dc357ef201f96db5f728894bd0f0e6386abb4;p=lhc%2Fweb%2Fwiklou.git Removed reference to * from docs. Change-Id: Iec55a1d009f8e89e5c165f282be4dfda0b2b28a7 --- 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 *