@@ -40,7 +40,7 @@ |
||
40 | 40 | * @param string $fieldDefinitionIdentifier |
41 | 41 | * @param string $name |
42 | 42 | * |
43 | - * @return array |
|
43 | + * @return SortClause |
|
44 | 44 | */ |
45 | 45 | protected function getSortFieldName( |
46 | 46 | SortClause $sortClause, |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace eZ\Publish\API\Repository\Tests; |
10 | 10 | |
11 | 11 | use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
12 | -use eZ\Publish\API\Repository\Values\Content\Location; |
|
13 | 12 | use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation; |
14 | 13 | use eZ\Publish\Core\Repository\Repository; |
15 | 14 | use eZ\Publish\Core\Repository\TrashService; |
@@ -70,7 +70,7 @@ |
||
70 | 70 | /** |
71 | 71 | * Returns a list of filters to add to the existing list. |
72 | 72 | * |
73 | - * @return array An array of filters |
|
73 | + * @return Twig_SimpleFilter[] An array of filters |
|
74 | 74 | */ |
75 | 75 | public function getFilters() |
76 | 76 | { |