diff options
author | Vivek Ghaisas <v.a.ghaisas@gmail.com> | 2015-09-11 19:14:59 +0530 |
---|---|---|
committer | Polybuildr <v.a.ghaisas@gmail.com> | 2015-09-26 23:06:52 +0000 |
commit | c54766586acab549f186e81eeab259845112809d (patch) | |
tree | 302447a967baf2159036bfab83993d195a6e2f38 /includes/api/ApiQueryLangLinks.php | |
parent | e3983a08fd371036ad77bbdb9d3739a1a57f2774 (diff) | |
download | mediawikicore-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.php | 2 |
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. |