CheckStorage: Annotate importRevision $revision parameter as being WikiRevision
Change-Id: Ic07cd955a3a25a70db2a1589a57d19a592813986
This commit is contained in:
parent
c0f12afe1e
commit
c5134d9c39
1 changed files with 3 additions and 0 deletions
|
|
@ -509,6 +509,9 @@ class CheckStorage {
|
|||
$importer->doImport();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param WikiRevision $revision
|
||||
*/
|
||||
public function importRevision( $revision ) {
|
||||
$id = $revision->getID();
|
||||
$content = $revision->getContent( RevisionRecord::RAW );
|
||||
|
|
|
|||
Loading…
Reference in a new issue