diff options
author | Aaron Schulz <aschulz@wikimedia.org> | 2012-10-22 16:39:07 -0700 |
---|---|---|
committer | Aaron Schulz <aschulz@wikimedia.org> | 2012-10-22 16:39:07 -0700 |
commit | 982dc357ef201f96db5f728894bd0f0e6386abb4 (patch) | |
tree | 1d5a3191fccb51f4818aed5801948ee566387824 /includes/api/ApiQueryORM.php | |
parent | 7fe78d7e743d81c305b19a41237a82dea7e17dab (diff) | |
download | mediawikicore-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.php | 4 |
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 * |