Completed
Push — master ( bf9373...151c69 )
by
unknown
06:10
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
 	/**
307 307
 	 * Builds summary from given results
308 308
 	 *
309
-	 * @param CrossCheckResult[]|CrossCheckResultList $results
309
+	 * @param CrossCheckResultList $results
310 310
 	 *
311 311
 	 * @return string HTML
312 312
 	 */
@@ -396,7 +396,7 @@  discard block
 block discarded – undo
396 396
 	}
397 397
 
398 398
 	/**
399
-	 * @param CrossCheckResult[]|CrossCheckResultList $results
399
+	 * @param CrossCheckResultList $results
400 400
 	 *
401 401
 	 * @return string HTML
402 402
 	 */
Please login to merge, or discard this patch.