@@ -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 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kaliop\eZObjectWrapperBundle\Core\Traits; |
4 | 4 | |
5 | 5 | use Kaliop\eZObjectWrapperBundle\Core\EntityInterface; |
6 | - |
|
7 | 6 | use eZ\Publish\Core\FieldType\RelationList; |
8 | 7 | use eZ\Publish\Core\FieldType\Relation; |
9 | 8 |