Completed
Push — master ( 0a3cfd...237071 )
by
unknown
07:05 queued 13s
created
repo/tests/phpunit/includes/HttpResponseMockerTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@
 block discarded – undo
14 14
 
15 15
 	/**
16 16
 	 * Some test appear to want to simulate null status codes, hence the type hint
17
+	 * @param integer $statusCode
17 18
 	 */
18 19
 	private function newMockResponse( $response, ?int $statusCode ): ResponseInterface {
19 20
 		$mockStream = $this->createMock( StreamInterface::class );
Please login to merge, or discard this patch.
lib/tests/phpunit/EntityRevisionLookupTestCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
 		];
57 57
 	}
58 58
 
59
+	/**
60
+	 * @param integer $revision
61
+	 */
59 62
 	protected function resolveLogicalRevision( $revision ) {
60 63
 		return $revision;
61 64
 	}
Please login to merge, or discard this patch.
client/includes/Changes/AffectedPagesFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
355 355
 	}
356 356
 
357 357
 	/**
358
-	 * @param iterable<PageEntityUsages> $usages
358
+	 * @param Traversable $usages
359 359
 	 * @param EntityId $entityId
360 360
 	 * @param string[] $changedAspects
361 361
 	 *
Please login to merge, or discard this patch.