Completed
Pull Request — master (#22)
by mw
03:56
created
src/CitationMeta.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -109,6 +109,11 @@
 block discarded – undo
109 109
 		return $containerSemanticData;
110 110
 	}
111 111
 
112
+	/**
113
+	 * @param ContainerSemanticData $containerSemanticData
114
+	 * @param DIWikiPage $subject
115
+	 * @param integer $count
116
+	 */
112 117
 	private function addFrequencyRecord( $containerSemanticData, $subject, $citationKey, $count ) {
113 118
 
114 119
 		$dataValue = DataValueFactory::getInstance()->newPropertyObjectValue(
Please login to merge, or discard this patch.