@@ -284,7 +284,7 @@ discard block |
||
| 284 | 284 | /** |
| 285 | 285 | * Returns a Content Gateway mock. |
| 286 | 286 | * |
| 287 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Gateway |
|
| 287 | + * @return Gateway |
|
| 288 | 288 | */ |
| 289 | 289 | protected function getContentGatewayMock() |
| 290 | 290 | { |
@@ -298,7 +298,7 @@ discard block |
||
| 298 | 298 | /** |
| 299 | 299 | * Returns a Content StorageHandler mock. |
| 300 | 300 | * |
| 301 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler |
|
| 301 | + * @return StorageHandler |
|
| 302 | 302 | */ |
| 303 | 303 | protected function getContentStorageHandlerMock() |
| 304 | 304 | { |
@@ -312,7 +312,7 @@ discard block |
||
| 312 | 312 | /** |
| 313 | 313 | * Returns a Content mapper mock. |
| 314 | 314 | * |
| 315 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Mapper |
|
| 315 | + * @return ContentMapper |
|
| 316 | 316 | */ |
| 317 | 317 | protected function getContentMapperMock() |
| 318 | 318 | { |
@@ -1954,6 +1954,4 @@ |
||
| 1954 | 1954 | ->set($languageMaskColumnName, $languageMaskExpr) |
| 1955 | 1955 | ->setParameter('languageMaskOperand', $alwaysAvailable ? 1 : -2); |
| 1956 | 1956 | |
| 1957 | - return $query; |
|
| 1958 | - } |
|
| 1959 | -} |
|
| 1957 | + return $query |
|
| 1960 | 1958 | \ No newline at end of file |
@@ -1954,6 +1954,4 @@ |
||
| 1954 | 1954 | ->set($languageMaskColumnName, $languageMaskExpr) |
| 1955 | 1955 | ->setParameter('languageMaskOperand', $alwaysAvailable ? 1 : -2); |
| 1956 | 1956 | |
| 1957 | - return $query; |
|
| 1958 | - } |
|
| 1959 | -} |
|
| 1957 | + return $query |
|
| 1960 | 1958 | \ No newline at end of file |