X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FInstallDocFormatter.php;h=eb96e05941ddbf226c160d274ef7930ee9579cd2;hp=08cfd8689a76506ae7d6b06e15d10caf68b15d3e;hb=a1ef77b2d80830fbcb617a83961d78cff9d6e384;hpb=34e956016bb9189af091569946257e5b9b138585 diff --git a/includes/installer/InstallDocFormatter.php b/includes/installer/InstallDocFormatter.php index 08cfd8689a..eb96e05941 100644 --- a/includes/installer/InstallDocFormatter.php +++ b/includes/installer/InstallDocFormatter.php @@ -21,6 +21,9 @@ */ class InstallDocFormatter { + /** @var string */ + private $text; + public static function format( $text ) { $obj = new self( $text );