Skip to content

Commit a06fcad

Browse files
Make glob cache property private
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent ef76b7e commit a06fcad

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Filesystem

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Filesystem/Glob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Glob extends LaminasGlob
1616
{
17-
protected static $cache = [];
17+
private static $cache = [];
1818
/**
1919
* Find pathnames matching a pattern.
2020
*

0 commit comments

Comments
 (0)