Completed
Push — master ( 1597db...37b3e5 )
by mw
16:02
created
src/AnnotatedLanguageParserFunction.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -62,6 +62,10 @@
 block discarded – undo
62 62
 		return array( $templateText, 'noparse' => $templateText === '', 'isHTML' => false );
63 63
 	}
64 64
 
65
+	/**
66
+	 * @param string $languageCode
67
+	 * @param string $template
68
+	 */
65 69
 	private function createTemplateInclusionCode( $source, $languageCode, $template ) {
66 70
 
67 71
 		$result = '';
Please login to merge, or discard this patch.