@@ -110,7 +110,7 @@ |
||
110 | 110 | * |
111 | 111 | * @param \eZ\Publish\API\Repository\Values\Content\Location $location |
112 | 112 | * |
113 | - * @return null|\eZ\Publish\API\Repository\Values\Content\TrashItem null if location was deleted, otherwise TrashItem |
|
113 | + * @return TrashItem|null null if location was deleted, otherwise TrashItem |
|
114 | 114 | */ |
115 | 115 | public function trash(Location $location) |
116 | 116 | { |