src/TranslatorInterface/LegacyTranslationAids.php
Method getDocumentationBox
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getDocumentationBox(): string {
global $wgTranslateDocumentationLanguageCode;
if ( !$wgTranslateDocumentationLanguageCode ) {
throw new TranslationHelperException( 'Message documentation language code is not defined' );