mediawiki-extensions-Visual.../.phan/stubs/FlaggedRevs.php
Umherirrender e1442aa343 Add phan
Change-Id: I7352036536c1c8415b681f48f3ee0dcec315c035
2019-05-31 14:48:22 +00:00

33 lines
648 B
PHP

<?php
// @phpcs:disable MediaWiki.Files.ClassMatchesFilename.NotMatch
/**
* Phan stub for the soft dependency to FlaggedRevs extension
* There is no hard dependency and VisualEditor is a dependency to many other extensions,
* so this class is stubbed and not verified against the original class
*/
class FlaggablePageView extends ContextSource {
/**
* @return self
*/
public static function singleton() {
}
/**
* @return true
*/
public function displayTag() {
}
/**
* @param bool &$outputDone
* @param bool &$useParserCache
* @return bool
*/
public function setPageContent( &$outputDone, &$useParserCache ) {
}
}