@@ -63,7 +63,7 @@ |
||
63 | 63 | /** |
64 | 64 | * Get the Request parser. |
65 | 65 | * |
66 | - * @return \eZ\Publish\Core\REST\Common\RequestParser|\PHPUnit\Framework\MockObject\MockObject |
|
66 | + * @return RequestParser |
|
67 | 67 | */ |
68 | 68 | protected function getRequestParserMock() |
69 | 69 | { |
@@ -120,6 +120,9 @@ discard block |
||
120 | 120 | self::assertNotNull($result); |
121 | 121 | } |
122 | 122 | |
123 | + /** |
|
124 | + * @param CachedValue $value |
|
125 | + */ |
|
123 | 126 | protected function visit($value) |
124 | 127 | { |
125 | 128 | $this->getVisitorMock()->expects($this->once())->method('visitValueObject')->with($value->value); |
@@ -158,7 +161,7 @@ discard block |
||
158 | 161 | } |
159 | 162 | |
160 | 163 | /** |
161 | - * @return ConfigResolverInterface|MockObject |
|
164 | + * @return ConfigResolverInterface |
|
162 | 165 | */ |
163 | 166 | protected function getConfigProviderMock() |
164 | 167 | { |
@@ -769,7 +769,7 @@ |
||
769 | 769 | } |
770 | 770 | |
771 | 771 | /** |
772 | - * @param array $methods |
|
772 | + * @param string[] $methods |
|
773 | 773 | * |
774 | 774 | * @return \eZ\Publish\Core\Search\Common\FieldNameResolver|\PHPUnit\Framework\MockObject\MockObject |
775 | 775 | */ |