summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/Message.php')
-rw-r--r--MLEB/Translate/Message.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/MLEB/Translate/Message.php b/MLEB/Translate/Message.php
index b853e1e4..32b13b1b 100644
--- a/MLEB/Translate/Message.php
+++ b/MLEB/Translate/Message.php
@@ -135,12 +135,8 @@ class ThinMessage extends TMessage {
'last-translator-text' => 'rev_user_text',
'last-translator-id' => 'rev_user',
];
-
- /**
- * @var stdClass Database Result Row
- */
+ /** @var stdClass Database Result Row */
protected $row;
-
/** @var string Stored translation. */
protected $translation;
@@ -160,9 +156,7 @@ class ThinMessage extends TMessage {
$this->translation = $text;
}
- /**
- * @inheritDoc
- */
+ /** @inheritDoc */
public function translation() {
if ( !isset( $this->row ) ) {
return $this->infile();