X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fcontent%2FTextContent.php;h=e5a9f90d16a555933ef5dac65ff483c7cdfeefbc;hb=5120937028f768749d058aa91dde82a96de0af1c;hp=45d00c5e42f74af3a550f742b87b55e24f790623;hpb=a9007e8baf802f0f57d095e3bb4ad201c98c0cb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php index 45d00c5e42..e5a9f90d16 100644 --- a/includes/content/TextContent.php +++ b/includes/content/TextContent.php @@ -34,6 +34,11 @@ */ class TextContent extends AbstractContent { + /** + * @var string + */ + protected $mText; + /** * @param string $text * @param string $model_id @@ -157,7 +162,7 @@ class TextContent extends AbstractContent { * changes. * * @since 1.28 - * @param $text + * @param string $text * @return string */ public static function normalizeLineEndings( $text ) {