Completed
Push — master ( 0701b5...43f28a )
by Alexpts
05:22
created
src/PTS/SymfonyAsset/LastModifyStrategy.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
      */
22 22
     public function getVersion($path)
23 23
     {
24
-        $path = $this->staticDir . '/' . $path;
25
-        return file_exists($path) ? (string)filemtime($path) : '';
24
+        $path = $this->staticDir.'/'.$path;
25
+        return file_exists($path) ? (string) filemtime($path) : '';
26 26
     }
27 27
 
28 28
     /**
Please login to merge, or discard this patch.