X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Finstaller%2FInstallDocFormatter.php;h=eb96e05941ddbf226c160d274ef7930ee9579cd2;hb=02210976ab8a2d865c53df85dfb21dae2f0d709b;hp=4163e2f958f9dc4ce2e04d710a982f37d447b1d4;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/InstallDocFormatter.php b/includes/installer/InstallDocFormatter.php index 4163e2f958..eb96e05941 100644 --- a/includes/installer/InstallDocFormatter.php +++ b/includes/installer/InstallDocFormatter.php @@ -21,7 +21,10 @@ */ class InstallDocFormatter { - static function format( $text ) { + /** @var string */ + private $text; + + public static function format( $text ) { $obj = new self( $text ); return $obj->execute();