Skip to content

Commit 4d207a5

Browse files
MAGETWO-53223: [Github] Magento performance decreases significantly if Merge CSS Files = Yes #4710
1 parent 36ad58d commit 4d207a5

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/View/Asset

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/View/Asset/Merged.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Merged implements \Iterator
3737
/**
3838
* @var Filesystem
3939
*/
40-
protected $filesystem;
40+
private $filesystem;
4141

4242
/**
4343
* @var MergeableInterface[]
@@ -195,6 +195,7 @@ public static function getRelativeDir()
195195

196196
/**
197197
* @return Filesystem
198+
* @deprecated
198199
*/
199200
private function getFilesystem()
200201
{

0 commit comments

Comments
 (0)