@@ -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 | } |