@@ -58,7 +58,7 @@ |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @return \eZ\Publish\Core\Repository\Repository|\PHPUnit_Framework_MockObject_MockObject |
|
61 | + * @return \eZ\Publish\API\Repository\Repository |
|
62 | 62 | */ |
63 | 63 | private function getRepositoryMock() |
64 | 64 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * |
29 | 29 | * @note Class should instead be configured as service if it gains dependencies. |
30 | 30 | * |
31 | - * @return Integer |
|
31 | + * @return IntegerConverter |
|
32 | 32 | */ |
33 | 33 | public static function create() |
34 | 34 | { |
@@ -99,7 +99,7 @@ |
||
99 | 99 | /** |
100 | 100 | * Perform search by the Subtree Criterion for the given subtree path and return results count. |
101 | 101 | * |
102 | - * @param $subtreePathString |
|
102 | + * @param string $subtreePathString |
|
103 | 103 | * @return int|null |
104 | 104 | */ |
105 | 105 | protected function getSubtreeLocationsCount($subtreePathString) |