@@ -763,7 +763,7 @@ discard block |
||
763 | 763 | /** |
764 | 764 | * Test for the loadLocationChildren() method. |
765 | 765 | * |
766 | - * @return \eZ\Publish\API\Repository\Values\Content\Location[] |
|
766 | + * @return LocationList |
|
767 | 767 | * |
768 | 768 | * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset) |
769 | 769 | * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildren |
@@ -827,7 +827,7 @@ discard block |
||
827 | 827 | /** |
828 | 828 | * Test for the loadLocationChildren() method. |
829 | 829 | * |
830 | - * @return \eZ\Publish\API\Repository\Values\Content\Location[] |
|
830 | + * @return LocationList |
|
831 | 831 | * |
832 | 832 | * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset, $limit) |
833 | 833 | * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildren |
@@ -856,7 +856,7 @@ discard block |
||
856 | 856 | /** |
857 | 857 | * Test for the loadLocationChildren() method. |
858 | 858 | * |
859 | - * @param \eZ\Publish\API\Repository\Values\Content\Location[] $locations |
|
859 | + * @param LocationList $locations |
|
860 | 860 | * |
861 | 861 | * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset, $limit) |
862 | 862 | * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildrenWithOffsetAndLimit |
@@ -1140,7 +1140,7 @@ discard block |
||
1140 | 1140 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException |
1141 | 1141 | * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException |
1142 | 1142 | * |
1143 | - * @return int[] |
|
1143 | + * @return Content[] |
|
1144 | 1144 | */ |
1145 | 1145 | public function testSwapLocationForMainAndSecondaryLocation() |
1146 | 1146 | { |
@@ -2342,7 +2342,7 @@ discard block |
||
2342 | 2342 | * Assert generated aliases to expected alias return. |
2343 | 2343 | * |
2344 | 2344 | * @param \eZ\Publish\API\Repository\URLAliasService $urlAliasService |
2345 | - * @param array $expectedAliases |
|
2345 | + * @param string[] $expectedAliases |
|
2346 | 2346 | */ |
2347 | 2347 | protected function assertGeneratedAliases($urlAliasService, array $expectedAliases) |
2348 | 2348 | { |
@@ -2354,7 +2354,7 @@ discard block |
||
2354 | 2354 | |
2355 | 2355 | /** |
2356 | 2356 | * @param \eZ\Publish\API\Repository\URLAliasService $urlAliasService |
2357 | - * @param array $expectedSubItemAliases |
|
2357 | + * @param string[] $expectedSubItemAliases |
|
2358 | 2358 | */ |
2359 | 2359 | private function assertAliasesBeforeCopy($urlAliasService, array $expectedSubItemAliases) |
2360 | 2360 | { |