File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/code/Magento/Developer/Model/XmlCatalog/Format Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
class PhpStorm implements FormatInterface
20
20
{
21
- /**
22
- * @var ReadInterface
23
- */
24
- private $ currentDirRead ;
25
21
26
22
/**
27
23
* @var WriteFactory
@@ -39,11 +35,9 @@ class PhpStorm implements FormatInterface
39
35
* @param DomDocumentFactory $domDocumentFactory
40
36
*/
41
37
public function __construct (
42
- ReadFactory $ readFactory ,
43
38
WriteFactory $ fileWriteFactory ,
44
39
DomDocumentFactory $ domDocumentFactory = null
45
40
) {
46
- $ this ->currentDirRead = $ readFactory ->create (getcwd ());
47
41
$ this ->fileWriteFactory = $ fileWriteFactory ;
48
42
$ this ->domDocumentFactory = $ domDocumentFactory ?: ObjectManager::getInstance ()->get (DomDocumentFactory::class);
49
43
}
You can’t perform that action at this time.
0 commit comments