Setup: Remove various Profile sections
[lhc/web/wiklou.git] / includes / logging / LogFormatter.php
index b28bb7d..0ffe691 100644 (file)
@@ -108,6 +108,12 @@ class LogFormatter {
         */
        private $linkRenderer;
 
+       /**
+        * @see LogFormatter::getMessageParameters
+        * @var array
+        */
+       protected $parsedParameters;
+
        protected function __construct( LogEntry $entry ) {
                $this->entry = $entry;
                $this->context = RequestContext::getMain();
@@ -193,7 +199,7 @@ class LogFormatter {
        }
 
        /**
-        * Even uglier hack to maintain backwards compatibilty with IRC bots
+        * Even uglier hack to maintain backwards compatibility with IRC bots
         * (T36508).
         * @see getActionText()
         * @return string Text
@@ -214,7 +220,7 @@ class LogFormatter {
        }
 
        /**
-        * Even uglier hack to maintain backwards compatibilty with IRC bots
+        * Even uglier hack to maintain backwards compatibility with IRC bots
         * (T36508).
         * @see getActionText()
         * @return string Text