Completed
Pull Request — master (#1299)
by mw
44:03 queued 35:30
created
includes/parserhooks/SubobjectParserFunction.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,9 +84,9 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * @since 1.9
86 86
 	 *
87
-	 * @param ParserParameterProcessor $params
87
+	 * @param ParserParameterProcessor $parameters
88 88
 	 *
89
-	 * @return string|null
89
+	 * @return string
90 90
 	 */
91 91
 	public function parse( ParserParameterProcessor $parameters ) {
92 92
 
@@ -172,6 +172,9 @@  discard block
 block discarded – undo
172 172
 		return $parameters->toArray();
173 173
 	}
174 174
 
175
+	/**
176
+	 * @param DIWikiPage $subject
177
+	 */
175 178
 	private function addErrorWithMsg( $subject, $errorMsg ) {
176 179
 
177 180
 		$error = new Error( $subject );
Please login to merge, or discard this patch.