Completed
Push — theme-bundle ( 2fd15f...927586 )
by Kamil
26:43 queued 10s
created
Bundle/ThemeBundle/Templating/Cache/Warmer/TemplatePathsCacheWarmer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,11 +68,11 @@
 block discarded – undo
68 68
             /** @var TemplateReferenceInterface $template */
69 69
             foreach ($templates as $template) {
70 70
 
71
-                $templatesLocations[$template->getLogicalName() . "|" . $theme->getSlug()] = $this->resourceLocator->locateResource($template->getPath(), $theme);
71
+                $templatesLocations[$template->getLogicalName()."|".$theme->getSlug()] = $this->resourceLocator->locateResource($template->getPath(), $theme);
72 72
             }
73 73
         }
74 74
 
75
-        $this->writeCacheFile($cacheDir . '/templates_themes.php', sprintf('<?php return %s;', var_export($templatesLocations, true)));
75
+        $this->writeCacheFile($cacheDir.'/templates_themes.php', sprintf('<?php return %s;', var_export($templatesLocations, true)));
76 76
     }
77 77
 
78 78
     /**
Please login to merge, or discard this patch.