Completed
Push — next ( 4beac3...9532e2 )
by Thomas
24s queued 12s
created
htdocs_symfony/src/Repository/CacheLogsRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -323,7 +323,7 @@
 block discarded – undo
323 323
         $entity->logType = $this->logTypesRepository->fetchOneBy(['id' => $entity->type]);
324 324
         $entity->user = $this->userRepository->fetchOneById($entity->userId);
325 325
         $entity->pictures = $this->picturesRepository->fetchBy(['object_id' => $entity->id, 'object_type' => 1]);
326
-        $entity->ratingCacheLog = $this->cacheRatingRepository->getRatingUserCache(['cache_id' => $entity->cacheId, 'user_id' => $entity->userId,]);
326
+        $entity->ratingCacheLog = $this->cacheRatingRepository->getRatingUserCache(['cache_id' => $entity->cacheId, 'user_id' => $entity->userId, ]);
327 327
 
328 328
         return $entity;
329 329
     }
Please login to merge, or discard this patch.