Completed
Push — master ( e42eb7...7ee49b )
by Karsten
07:39
created
src/AnnotatedLanguageParserFunction.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -64,6 +64,10 @@
 block discarded – undo
64 64
 		return [ $templateText, 'noparse' => $templateText === '', 'isHTML' => false ];
65 65
 	}
66 66
 
67
+	/**
68
+	 * @param string $languageCode
69
+	 * @param string $template
70
+	 */
67 71
 	private function createTemplateInclusionCode( $source, $languageCode, $template ) {
68 72
 
69 73
 		$result = '';
Please login to merge, or discard this patch.