Completed
Pull Request — 1.0 (#52)
by Harald
04:56
created
src/Transfer/EzPlatform/Repository/Manager/ContentManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.