X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Finstaller%2FInstallDocFormatter.php;h=eb96e05941ddbf226c160d274ef7930ee9579cd2;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hp=08cfd8689a76506ae7d6b06e15d10caf68b15d3e;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8;p=lhc%2Fweb%2Fwiklou.git 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 );