Completed
Push — master ( 26f90e...c3c122 )
by Lars
03:13 queued 11s
created
src/voku/twig/MinifyHtmlExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
       if ($cache === null) {
67 67
         $cache = new Cache(null, null, false);
68 68
       }
69
-      $cacheKey = 'HtmlMin::hash' . md5($html);
69
+      $cacheKey = 'HtmlMin::hash'.md5($html);
70 70
 
71 71
       if (
72 72
         $cache->getCacheIsReady() === true
Please login to merge, or discard this patch.