summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/utils/ExternalMessageSourceStateComparator.php')
-rw-r--r--MLEB/Translate/utils/ExternalMessageSourceStateComparator.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/MLEB/Translate/utils/ExternalMessageSourceStateComparator.php b/MLEB/Translate/utils/ExternalMessageSourceStateComparator.php
index 9b4b298d..6c8f53ec 100644
--- a/MLEB/Translate/utils/ExternalMessageSourceStateComparator.php
+++ b/MLEB/Translate/utils/ExternalMessageSourceStateComparator.php
@@ -133,9 +133,7 @@ class ExternalMessageSourceStateComparator {
$sourceLanguage = $group->getSourceLanguage();
// By-pass cached message definitions
- /** @var FFS $ffs */
$ffs = $group->getFFS();
- '@phan-var SimpleFFS $ffs';
if ( $language === $sourceLanguage && !$ffs->exists( $language ) ) {
$path = $group->getSourceFilePath( $language );
throw new RuntimeException( "Source message file for {$group->getId()} does not exist: $path" );