@@ -287,7 +287,6 @@ |
||
287 | 287 | |
288 | 288 | /** |
289 | 289 | * @param ContentObject $object |
290 | - * @param Location $location |
|
291 | 290 | */ |
292 | 291 | private function ensureNotTrashed(ContentObject $object) |
293 | 292 | { |
@@ -300,7 +300,7 @@ |
||
300 | 300 | $parentLocation = $this->repository->getLocationService()->loadLocation($trashItem->parentLocationId); |
301 | 301 | $this->repository->getTrashService()->recover($trashItem, $parentLocation); |
302 | 302 | if ($this->logger) { |
303 | - $this->logger->warning(sprintf('Content with remote id %s was found in the trash, recovering it and continues the proccess. '. |
|
303 | + $this->logger->warning(sprintf('Content with remote id %s was found in the trash, recovering it and continues the proccess. ' . |
|
304 | 304 | 'Please check if this is correct, and prevent it from happening again.', $object->getRemoteId())); |
305 | 305 | } |
306 | 306 | } |