aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryORM.php
diff options
context:
space:
mode:
authorAaron Schulz <aschulz@wikimedia.org>2012-10-22 16:39:07 -0700
committerAaron Schulz <aschulz@wikimedia.org>2012-10-22 16:39:07 -0700
commit982dc357ef201f96db5f728894bd0f0e6386abb4 (patch)
tree1d5a3191fccb51f4818aed5801948ee566387824 /includes/api/ApiQueryORM.php
parent7fe78d7e743d81c305b19a41237a82dea7e17dab (diff)
downloadmediawikicore-982dc357ef201f96db5f728894bd0f0e6386abb4.tar.gz
mediawikicore-982dc357ef201f96db5f728894bd0f0e6386abb4.zip
Removed reference to * from docs.
Change-Id: Iec55a1d009f8e89e5c165f282be4dfda0b2b28a7
Diffstat (limited to 'includes/api/ApiQueryORM.php')
-rw-r--r--includes/api/ApiQueryORM.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/api/ApiQueryORM.php b/includes/api/ApiQueryORM.php
index ace2105b1fdc..f0c2b1b37ec1 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
*