diff options
Diffstat (limited to 'MLEB/Translate/ffs/AppleFFS.php')
-rw-r--r-- | MLEB/Translate/ffs/AppleFFS.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MLEB/Translate/ffs/AppleFFS.php b/MLEB/Translate/ffs/AppleFFS.php index 6d50baca..1e118678 100644 --- a/MLEB/Translate/ffs/AppleFFS.php +++ b/MLEB/Translate/ffs/AppleFFS.php @@ -105,9 +105,7 @@ class AppleFFS extends SimpleFFS { $output = ''; $mangler = $this->group->getMangler(); - /** - * @var TMessage $m - */ + /** @var TMessage $m */ foreach ( $collection as $key => $m ) { $value = $m->translation(); $value = str_replace( TRANSLATE_FUZZY, '', $value ); |