@@ -14,6 +14,7 @@ |
||
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 ); |
@@ -56,6 +56,9 @@ |
||
56 | 56 | ]; |
57 | 57 | } |
58 | 58 | |
59 | + /** |
|
60 | + * @param integer $revision |
|
61 | + */ |
|
59 | 62 | protected function resolveLogicalRevision( $revision ) { |
60 | 63 | return $revision; |
61 | 64 | } |
@@ -355,7 +355,7 @@ |
||
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 | * |