Merge "Title::getTalkPage(): Restore behavior of interwiki-prefixed & fragment-only...
[lhc/web/wiklou.git] / includes / installer / InstallDocFormatter.php
index 4163e2f..eb96e05 100644 (file)
  */
 
 class InstallDocFormatter {
-       static function format( $text ) {
+       /** @var string */
+       private $text;
+
+       public static function format( $text ) {
                $obj = new self( $text );
 
                return $obj->execute();