Completed
Push — master ( 0356e8...535bcb )
by mw
17:11
created
src/HookRegistry.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@
 block discarded – undo
87 87
 		}
88 88
 	}
89 89
 
90
+	/**
91
+	 * @param Options $options
92
+	 */
90 93
 	private function addCallbackHandlers( $options ) {
91 94
 
92 95
 		/**
Please login to merge, or discard this patch.
src/ApiSummaryCardContentParser.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 	 * @codeCoverageIgnore
93 93
 	 * @see ApiBase::getDescription
94 94
 	 *
95
-	 * @return array
95
+	 * @return string[]
96 96
 	 */
97 97
 	public function getDescription() {
98 98
 		return array(
@@ -172,6 +172,9 @@  discard block
 block discarded – undo
172 172
 		return array( $templateKey, $templateTouched );
173 173
 	}
174 174
 
175
+	/**
176
+	 * @param Title|null $title
177
+	 */
175 178
 	private function doParse( $title, $userLanguage, $text ) {
176 179
 
177 180
 		$parserOutput = $GLOBALS['wgParser']->parse(
Please login to merge, or discard this patch.