Completed
Push — master ( 9ed582...af1548 )
by mw
04:43
created
src/Specials/CitableMetadata/PageBuilder.php 1 patch
Doc Comments   +14 added lines patch added patch discarded remove patch
@@ -134,6 +134,14 @@  discard block
 block discarded – undo
134 134
 		return $this->doRenderHtml( $type, $id, $success, $text, $log, $matches );
135 135
 	}
136 136
 
137
+	/**
138
+	 * @param string $type
139
+	 * @param string $id
140
+	 * @param boolean $success
141
+	 * @param string $text
142
+	 * @param string $log
143
+	 * @param string $matches
144
+	 */
137 145
 	private function doRenderHtml( $type, $id, $success, $text, $log, $matches ) {
138 146
 
139 147
 		$htmlFormRenderer = $this->htmlFormRenderer;
@@ -196,6 +204,9 @@  discard block
 block discarded – undo
196 204
 		return $html . $htmlFormRenderer->getForm();
197 205
 	}
198 206
 
207
+	/**
208
+	 * @param string $matches
209
+	 */
199 210
 	private function prepareLog( $messages, $matches, $usesCache ) {
200 211
 
201 212
 		$messageBuilder = $this->htmlFormRenderer->getMessageBuilder();
@@ -231,6 +242,9 @@  discard block
 block discarded – undo
231 242
 		return $this->htmlColumnListRenderer->getHtml();
232 243
 	}
233 244
 
245
+	/**
246
+	 * @param \SMW\MediaWiki\MessageBuilder $messageBuilder
247
+	 */
234 248
 	private function getTypeIdIntroText( $messageBuilder ) {
235 249
 
236 250
 		$explain = array();
Please login to merge, or discard this patch.