Completed
Push — master ( 0bdf57...ff1c2f )
by mw
6s
created
src/InterlanguageLinkParserFunction.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@  discard block
 block discarded – undo
114 114
 		return $this->createSiteLanguageLinks( $interlanguageLink );
115 115
 	}
116 116
 
117
+	/**
118
+	 * @param string $linkReference
119
+	 */
117 120
 	private function getTitleFrom( $isSupportedLanguage, $languageCode, $linkReference ) {
118 121
 
119 122
 		if ( $this->inRevisionMode || !$this->languageLinkAnnotator->canAddAnnotation() ) {
@@ -173,6 +176,9 @@  discard block
 block discarded – undo
173 176
 		return Language::isSupportedLanguage( $languageCode );
174 177
 	}
175 178
 
179
+	/**
180
+	 * @param string $messageKey
181
+	 */
176 182
 	private function createErrorMessageFor( $messageKey, $arg1 = '', $arg2 = '', $arg3 = '',$arg4 = '' ) {
177 183
 		return '<div class="smw-callout smw-callout-error">' . wfMessage(
178 184
 			$messageKey,
Please login to merge, or discard this patch.