Merge "FauxRequest: don’t override getValues()"
[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();