Make $mText an explicit member variable in TextContent
authoraddshore <addshorewiki@gmail.com>
Tue, 10 Oct 2017 16:02:11 +0000 (17:02 +0100)
committerLegoktm <legoktm@member.fsf.org>
Wed, 11 Oct 2017 18:05:49 +0000 (18:05 +0000)
Change-Id: I1e1f652e4ef6d02bc76105407cb23975625560cd

includes/content/TextContent.php

index 5f585bc..e5a9f90 100644 (file)
  */
 class TextContent extends AbstractContent {
 
+       /**
+        * @var string
+        */
+       protected $mText;
+
        /**
         * @param string $text
         * @param string $model_id