diff options
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 * |