Completed
Push — dumpLinesParameter ( 145ffb )
by Jeroen De
03:27
created
src/MediaWiki/ParserHooks/DisplayMapFunction.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@  discard block
 block discarded – undo
86 86
 		return $this->getMapHtmlFromProcessor( $parser, $processor );
87 87
 	}
88 88
 
89
+	/**
90
+	 * @return \ParamProcessor\ParamDefinition[]
91
+	 */
89 92
 	private function getAllParameterDefinitions( MappingService $service, string $locationDelimiter ) {
90 93
 		$params = [];
91 94
 
@@ -161,6 +164,9 @@  discard block
 block discarded – undo
161 164
 		}
162 165
 	}
163 166
 
167
+	/**
168
+	 * @param boolean $value
169
+	 */
164 170
 	private function getParameterWithValue( ProcessedParam $param, $value ) {
165 171
 		return new ProcessedParam(
166 172
 			$param->getName(),
Please login to merge, or discard this patch.