Completed
Pull Request — 1.0 (#52)
by Harald
04:55
created
src/Transfer/EzPlatform/Repository/Manager/ContentManager.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,6 @@
 block discarded – undo
287 287
 
288 288
     /**
289 289
      * @param ContentObject $object
290
-     * @param Location      $location
291 290
      */
292 291
     private function ensureNotTrashed(ContentObject $object)
293 292
     {
Please login to merge, or discard this 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.