Completed
Push — master ( 26f8aa...e860de )
by
unknown
02:28
created
api/RunCrossCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 	/**
163 163
 	 * Writes output for CrossCheckResultList
164 164
 	 *
165
-	 * @param array $resultLists
165
+	 * @param \WikibaseQuality\ExternalValidation\CrossCheck\Result\CrossCheckResultList[] $resultLists
166 166
 	 *
167 167
 	 * @return array
168 168
 	 */
Please login to merge, or discard this patch.
includes/CrossCheck/CrossCheckInteractor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
 	}
289 289
 
290 290
 	/**
291
-	 * @param array $strings
291
+	 * @param string[] $strings
292 292
 	 * @param string $parameterName
293 293
 	 *
294 294
 	 * @throws InvalidArgumentException
Please login to merge, or discard this patch.
specials/SpecialCrossCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
 	/**
202 202
 	 * @param EntityDocument $entity
203 203
 	 *
204
-	 * @return CrossCheckResultList|null
204
+	 * @return \WikibaseQuality\ExternalValidation\CrossCheck\Result\CrossCheckResultList|null
205 205
 	 */
206 206
 	private function getCrossCheckResultsFromEntity( EntityDocument $entity ) {
207 207
 		if ( $entity instanceof StatementListProvider ) {
Please login to merge, or discard this patch.
specials/SpecialExternalDbs.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
 
48 48
 	/**
49 49
 	 * @param TermLookup $termLookup
50
-	 * @param EntityTitleLookup $entityTitleLookup
51 50
 	 * @param DumpMetaInformationLookup $dumpMetaInformationRepo
52 51
 	 */
53 52
 	public function __construct(
Please login to merge, or discard this patch.