Test Setup Failed
Branch master (48b5fe)
by Dima
05:10
created
src/Oro/Bundle/ReportBundle/EventListener/ReportCacheCleanerListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     protected function clearCache(Report $entity)
52 52
     {
53
-        $key = $this->prefixCacheKey.'.'.$entity->getGridPrefix().$entity->getId();
53
+        $key = $this->prefixCacheKey . '.' . $entity->getGridPrefix() . $entity->getId();
54 54
 
55 55
         if ($this->reportCacheManager->contains($key)) {
56 56
             $this->reportCacheManager->delete($key);
Please login to merge, or discard this patch.