Completed
Pull Request — master (#178)
by Anton
04:50
created
source/Spiral/Views/Engines/Stempler/StemplerCache.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,9 +59,9 @@
 block discarded – undo
59 59
      */
60 60
     public function cacheFilename(ViewSource $context): string
61 61
     {
62
-        $hash = hash('md5', $context->getFilename() . '.' . $this->environment->getID());
62
+        $hash = hash('md5', $context->getFilename().'.'.$this->environment->getID());
63 63
 
64
-        return $this->environment->cacheDirectory() . $hash . '.php';
64
+        return $this->environment->cacheDirectory().$hash.'.php';
65 65
     }
66 66
 
67 67
     /**
Please login to merge, or discard this patch.