aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLangLinks.php
diff options
context:
space:
mode:
authorVivek Ghaisas <v.a.ghaisas@gmail.com>2015-09-11 19:14:59 +0530
committerPolybuildr <v.a.ghaisas@gmail.com>2015-09-26 23:06:52 +0000
commitc54766586acab549f186e81eeab259845112809d (patch)
tree302447a967baf2159036bfab83993d195a6e2f38 /includes/api/ApiQueryLangLinks.php
parente3983a08fd371036ad77bbdb9d3739a1a57f2774 (diff)
downloadmediawikicore-c54766586acab549f186e81eeab259845112809d.tar.gz
mediawikicore-c54766586acab549f186e81eeab259845112809d.zip
Fix issues identified by SpaceBeforeSingleLineComment sniff
Change-Id: I048ccb1fa260e4b7152ca5f09b053defdd72d8f9
Diffstat (limited to 'includes/api/ApiQueryLangLinks.php')
-rw-r--r--includes/api/ApiQueryLangLinks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryLangLinks.php b/includes/api/ApiQueryLangLinks.php
index 25e534e1006b..899a3829bdf9 100644
--- a/includes/api/ApiQueryLangLinks.php
+++ b/includes/api/ApiQueryLangLinks.php
@@ -75,7 +75,7 @@ class ApiQueryLangLinks extends ApiQueryBase {
);
}
- //FIXME: (follow-up) To allow extensions to add to the language links, we need
+ // FIXME: (follow-up) To allow extensions to add to the language links, we need
// to load them all, add the extra links, then apply paging.
// Should not be terrible, it's not going to be more than a few hundred links.