@@ -363,7 +363,7 @@ |
||
363 | 363 | * Checks if Content is in trash when we can't rely only on locationId (ie. because ContentId is all we have, |
364 | 364 | * and Content in trash is not part of a tree anymore, so does not have mainLocationId. |
365 | 365 | * |
366 | - * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo |
|
366 | + * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentId |
|
367 | 367 | * |
368 | 368 | * @return bool |
369 | 369 | */ |
@@ -260,7 +260,7 @@ |
||
260 | 260 | * Checks if Content is in trash when we can't rely only on locationId (ie. because ContentId is all we have, |
261 | 261 | * and Content in trash is not part of a tree anymore, so does not have mainLocationId. |
262 | 262 | * |
263 | - * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo |
|
263 | + * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentId |
|
264 | 264 | * |
265 | 265 | * @return bool |
266 | 266 | */ |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace eZ\Publish\Core\SignalSlot; |
10 | 10 | |
11 | 11 | use eZ\Publish\API\Repository\TrashService as TrashServiceInterface; |
12 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
13 | 12 | use eZ\Publish\API\Repository\Values\Content\TrashItem; |
14 | 13 | use eZ\Publish\API\Repository\Values\Content\Location; |
15 | 14 | use eZ\Publish\API\Repository\Values\Content\Query; |