Export::dumpFrom() doesn't return any values, and hence neither do any of the methods...
authorReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 16:33:50 +0000 (17:33 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 16:34:51 +0000 (17:34 +0100)
commit6b1ca85051cb54fb1e0f87aff7489cf0f8a0a0bf
tree7a897fdc74096f375bfca899c3789bb51a623223
parent90f59e104638156131edd1f70115cd664c7ddb85
Export::dumpFrom() doesn't return any values, and hence neither do any of the methods calling it (return $this->dumpFrom)

Remove return statements and extra from upstream callers

Change-Id: Ibad983128ef601e9fab5538d9ec02963e024b0a6
includes/Export.php