@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use eZ\Publish\Core\FieldType\BinaryBase\Type as BinaryBaseType; |
| 14 | 14 | use eZ\Publish\SPI\Persistence\Content\FieldValue; |
| 15 | 15 | use eZ\Publish\SPI\FieldType\Value as SPIValue; |
| 16 | -use eZ\Publish\Core\FieldType\Value as BaseValue; |
|
| 17 | 16 | |
| 18 | 17 | /** |
| 19 | 18 | * The TextLine field type. |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use eZ\Publish\Core\MVC\Symfony\RequestStackAware; |
| 16 | 16 | use eZ\Publish\Core\MVC\Symfony\Routing\RouteReference; |
| 17 | 17 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 18 | -use Symfony\Component\HttpFoundation\Request; |
|
| 19 | 18 | |
| 20 | 19 | class RouteReferenceGenerator implements RouteReferenceGeneratorInterface |
| 21 | 20 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use eZ\Publish\SPI\Persistence\Content\ContentInfo; |
| 5 | 5 | use eZ\Publish\SPI\Persistence\Content\Field; |
| 6 | 6 | use eZ\Publish\SPI\Persistence\Content\FieldValue; |
| 7 | -use eZ\Publish\SPI\Persistence\Content\Location; |
|
| 8 | 7 | use eZ\Publish\SPI\Persistence\Content\VersionInfo; |
| 9 | 8 | |
| 10 | 9 | $content = new Content(); |
@@ -29,7 +29,8 @@ |
||
| 29 | 29 | use eZ\Publish\Core\REST\Common\RequestParser; |
| 30 | 30 | use eZ\Publish\Core\REST\Common\Input\Dispatcher; |
| 31 | 31 | use eZ\Publish\Core\REST\Common\Output\Visitor; |
| 32 | -use eZ\Publish\Core\REST\Common\Message; use eZ\Publish\Core\REST\Client\Exceptions\InvalidArgumentValue; |
|
| 32 | +use eZ\Publish\Core\REST\Common\Message; |
|
| 33 | +use eZ\Publish\Core\REST\Client\Exceptions\InvalidArgumentValue; |
|
| 33 | 34 | use eZ\Publish\Core\REST\Common\Exceptions\InvalidArgumentException; |
| 34 | 35 | use eZ\Publish\Core\REST\Common\Exceptions\ForbiddenException; |
| 35 | 36 | use eZ\Publish\Core\REST\Client\Exceptions\BadStateException; |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $type |
| 45 | 45 | * @param mixed $rawId |
| 46 | 46 | * |
| 47 | - * @return mixed |
|
| 47 | + * @return string |
|
| 48 | 48 | */ |
| 49 | 49 | public function generateId($type, $rawId) |
| 50 | 50 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * |
| 24 | 24 | * @todo test with limitations |
| 25 | 25 | * |
| 26 | - * @return \eZ\Publish\Core\REST\Client\Values\User\RoleAssignment |
|
| 26 | + * @return string |
|
| 27 | 27 | */ |
| 28 | 28 | public function testVisitComplete() |
| 29 | 29 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | /** |
| 36 | 36 | * Returns a repository specific ID manager. |
| 37 | 37 | * |
| 38 | - * @return \eZ\Publish\API\Repository\Tests\IdManager |
|
| 38 | + * @return IdManager |
|
| 39 | 39 | */ |
| 40 | 40 | public function getIdManager() |
| 41 | 41 | { |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | * @param \eZ\Publish\Core\REST\Common\Output\Generator $generator |
| 71 | 71 | * @param bool $boolValue |
| 72 | 72 | * |
| 73 | - * @return mixed |
|
| 73 | + * @return string |
|
| 74 | 74 | */ |
| 75 | 75 | protected function serializeBool(Generator $generator, $boolValue) |
| 76 | 76 | { |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | * |
| 105 | 105 | * @param \eZ\Publish\Core\REST\Common\Output\Generator $generator |
| 106 | 106 | * @param array $translatedElements |
| 107 | - * @param mixed $listName |
|
| 107 | + * @param string $listName |
|
| 108 | 108 | */ |
| 109 | 109 | protected function visitTranslatedList(Generator $generator, array $translatedElements, $listName) |
| 110 | 110 | { |
@@ -76,10 +76,9 @@ |
||
| 76 | 76 | /** |
| 77 | 77 | * Parse URL and return the IDs contained in the URL. |
| 78 | 78 | * |
| 79 | - * @param string $type |
|
| 80 | 79 | * @param string $url |
| 81 | 80 | * |
| 82 | - * @return array |
|
| 81 | + * @return string[] |
|
| 83 | 82 | */ |
| 84 | 83 | public function parse($url) |
| 85 | 84 | { |