Completed
Push — master ( 426f9c...1c48e2 )
by
unknown
02:34
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.
WikibaseQualityExternalValidation.alias.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Aliases for WikibaseQualityExternalValidation extension
4
- *
5
- * @file
6
- * @ingroup Extensions
7
- */
3
+	 * Aliases for WikibaseQualityExternalValidation extension
4
+	 *
5
+	 * @file
6
+	 * @ingroup Extensions
7
+	 */
8 8
 // @codingStandardsIgnoreFile
9 9
 
10 10
 $specialPageAliases = array();
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.