@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | - * @return \eZ\Publish\Core\REST\Common\RequestParser|\PHPUnit\Framework\MockObject\MockObject |
|
135 | + * @return RequestParser |
|
136 | 136 | */ |
137 | 137 | protected function getRequestParser() |
138 | 138 | { |
@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | } |
145 | 145 | |
146 | 146 | /** |
147 | - * @return \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\Routing\RouterInterface |
|
147 | + * @return RouterInterface |
|
148 | 148 | */ |
149 | 149 | protected function getRouterMock() |
150 | 150 | { |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | } |
185 | 185 | |
186 | 186 | /** |
187 | - * @return \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\Routing\RouterInterface |
|
187 | + * @return RouterInterface |
|
188 | 188 | */ |
189 | 189 | protected function getTemplatedRouterMock() |
190 | 190 | { |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | } |
112 | 112 | |
113 | 113 | /** |
114 | - * @return \eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor|\PHPUnit\Framework\MockObject\MockObject |
|
114 | + * @return ValueObjectVisitor |
|
115 | 115 | */ |
116 | 116 | private function getValueObjectVisitorMock() |
117 | 117 | { |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @return Common\Output\Visitor|\PHPUnit\Framework\MockObject\MockObject |
|
122 | + * @return Visitor |
|
123 | 123 | */ |
124 | 124 | private function getOutputVisitorMock() |
125 | 125 | { |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | } |
132 | 132 | |
133 | 133 | /** |
134 | - * @return Common\Output\Generator|\PHPUnit\Framework\MockObject\MockObject |
|
134 | + * @return Generator |
|
135 | 135 | */ |
136 | 136 | private function getOutputGeneratorMock() |
137 | 137 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Get PDOStatement to fetch metadata about content objects to be indexed. |
63 | 63 | * |
64 | - * @param array $fields Select fields |
|
64 | + * @param string[] $fields Select fields |
|
65 | 65 | * |
66 | 66 | * @return \PDOStatement |
67 | 67 | */ |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | * Log warning while progress bar is shown. |
102 | 102 | * |
103 | 103 | * @param \Symfony\Component\Console\Helper\ProgressBar $progress |
104 | - * @param $message |
|
104 | + * @param string $message |
|
105 | 105 | */ |
106 | 106 | protected function logWarning(ProgressBar $progress, $message) |
107 | 107 | { |
@@ -190,7 +190,7 @@ |
||
190 | 190 | * |
191 | 191 | * @see https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/search/plugins/ezsearchengine/ezsearchengine.php#L386 |
192 | 192 | * |
193 | - * @param mixed $contentId |
|
193 | + * @param integer $contentId |
|
194 | 194 | * @param mixed|null $versionId |
195 | 195 | * |
196 | 196 | * @return bool |