aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Import.php
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2012-02-09 21:33:27 +0000
committerSam Reed <reedy@users.mediawiki.org>2012-02-09 21:33:27 +0000
commit76246b9bf545d75e6d5fa53f4908199c3a11bbc3 (patch)
treef279f3cd7155ba83b3988f977957c016e20fccfc /includes/Import.php
parent6488754dadb6349a7ccc32e562e13c2fba54ed63 (diff)
downloadmediawikicore-76246b9bf545d75e6d5fa53f4908199c3a11bbc3.tar.gz
mediawikicore-76246b9bf545d75e6d5fa53f4908199c3a11bbc3.zip
More return documentation
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111101
Diffstat (limited to 'includes/Import.php')
-rw-r--r--includes/Import.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Import.php b/includes/Import.php
index d53810b54cbc..497f46ca82f4 100644
--- a/includes/Import.php
+++ b/includes/Import.php
@@ -396,6 +396,7 @@ class WikiImporter {
/**
* Primary entry point
+ * @return bool
*/
public function doImport() {
$this->reader->read();