@@ -11,9 +11,9 @@ |
||
| 11 | 11 | public function __construct(eZRepository $repository, Content $content=null, Location $location=null); |
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | - * Return the content of the current location |
|
| 15 | - * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
| 16 | - */ |
|
| 14 | + * Return the content of the current location |
|
| 15 | + * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
| 16 | + */ |
|
| 17 | 17 | public function content(); |
| 18 | 18 | |
| 19 | 19 | /** |
@@ -44,6 +44,7 @@ discard block |
||
| 44 | 44 | * Registers an existing service to be used as repository for a given content type |
| 45 | 45 | * @var RepositoryInterface $service |
| 46 | 46 | * @var string $contentTypeIdentifier when null, we will ask the Repository to see if it already has its own $contentTypeIdentifier set up |
| 47 | + * @param integer $contentTypeIdentifier |
|
| 47 | 48 | */ |
| 48 | 49 | public function registerService(RepositoryInterface $service, $contentTypeIdentifier) |
| 49 | 50 | { |
@@ -196,7 +197,7 @@ discard block |
||
| 196 | 197 | } |
| 197 | 198 | |
| 198 | 199 | /** |
| 199 | - * @param mixed $id |
|
| 200 | + * @param integer $id |
|
| 200 | 201 | * @return string |
| 201 | 202 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If a content type with the given id and status DEFINED can not be found |
| 202 | 203 | */ |