File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ public function read($scope = null)
125
125
$ scope = $ scope ?: $ this ->_defaultScope ;
126
126
$ fileList = $ this ->_fileResolver ->get ($ this ->_fileName , $ scope );
127
127
if (!count ($ fileList )) {
128
+ var_dump ('MISSSS ' , $ scope );
128
129
return [];
129
130
}
130
131
$ output = $ this ->_readFiles ($ fileList );
Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ public function getComposerJsonFiles()
105
105
*/
106
106
private function getFilesIterator ($ filename , $ subDir = '' )
107
107
{
108
- # if (!isset($this->fileIterators[$subDir][$filename])) {
108
+ if (!isset ($ this ->fileIterators [$ subDir ][$ filename ])) {
109
109
$ this ->fileIterators [$ subDir ][$ filename ] = $ this ->fileIteratorFactory ->create (
110
110
$ this ->getFiles ($ filename , $ subDir )
111
111
);
112
- # }
112
+ }
113
113
return $ this ->fileIterators [$ subDir ][$ filename ];
114
114
}
115
115
You can’t perform that action at this time.
0 commit comments