Completed
Push — master ( cfd44f...5307df )
by
unknown
07:21
created
ParserOutput/FederatedPropertiesEntityParserOutputGeneratorTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@  discard block
 block discarded – undo
172 172
 		$this->assertContains( 'wikibase.federatedPropertiesEditRequestFailureNotice', $resourceLoaderModules );
173 173
 	}
174 174
 
175
+	/**
176
+	 * @param PropertyId[] $expectedIds
177
+	 */
175 178
 	protected function getPrefetchTermsCallback( $expectedIds ) {
176 179
 		$prefetchTerms = function (
177 180
 			array $entityIds,
@@ -195,6 +198,9 @@  discard block
 block discarded – undo
195 198
 		return $prefetchTerms;
196 199
 	}
197 200
 
201
+	/**
202
+	 * @param FullEntityParserOutputGenerator $fullGenerator
203
+	 */
198 204
 	private function newEntityParserOutputGenerator( $prefetchingTermLookup, $fullGenerator, $languageCode = 'en' ) {
199 205
 		return new FederatedPropertiesEntityParserOutputGenerator(
200 206
 			$fullGenerator,
Please login to merge, or discard this patch.