From c9231ac8c43f3a0c4675c0e7637881b89c84142f Mon Sep 17 00:00:00 2001 From: addshore Date: Tue, 10 Oct 2017 17:02:11 +0100 Subject: [PATCH 1/1] Make $mText an explicit member variable in TextContent Change-Id: I1e1f652e4ef6d02bc76105407cb23975625560cd --- includes/content/TextContent.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php index 5f585bc98a..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 -- 2.20.1