aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryORM.php
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2013-01-26 20:00:09 +0100
committerumherirrender <umherirrender_de.wp@web.de>2013-01-26 20:00:09 +0100
commitfac189e26a232dcbbb657d6fe2f761754c64c810 (patch)
tree585885405256699d642f67ea9cbf409028127e66 /includes/api/ApiQueryORM.php
parent54bd7598d6222c04d191def490a0f71d1f81870a (diff)
downloadmediawikicore-fac189e26a232dcbbb657d6fe2f761754c64c810.tar.gz
mediawikicore-fac189e26a232dcbbb657d6fe2f761754c64c810.zip
The abstract declaration must precede the visibility declaration
From phpcs Change-Id: I169c80a911ba75d64ab8a503088903ce3b8a7cca
Diffstat (limited to 'includes/api/ApiQueryORM.php')
-rw-r--r--includes/api/ApiQueryORM.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryORM.php b/includes/api/ApiQueryORM.php
index f0c2b1b37ec1..41d8f11c7037 100644
--- a/includes/api/ApiQueryORM.php
+++ b/includes/api/ApiQueryORM.php
@@ -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.