Merge "fixed php doc in ApiBase"
[lhc/web/wiklou.git] / includes / api / ApiQueryORM.php
index 3b18d8a..41d8f11 100644 (file)
@@ -23,7 +23,7 @@
  * @file
  * @ingroup API
  *
- * @licence GNU GPL v2+
+ * @license GNU GPL v2+
  * @author Jeroen De Dauw < jeroendedauw@gmail.com >
  */
 abstract class ApiQueryORM extends ApiQueryBase {
@@ -35,7 +35,7 @@ abstract class ApiQueryORM extends ApiQueryBase {
         *
         * @return IORMTable
         */
-       protected abstract function getTable();
+       abstract protected function getTable();
 
        /**
         * Returns the name of the individual rows.
@@ -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
         *