We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211fe95 commit c50595eCopy full SHA for c50595e
app/code/Magento/Developer/Model/XmlCatalog/Format/PhpStorm.php
@@ -10,6 +10,7 @@
10
use Magento\Framework\DomDocument\DomDocumentFactory;
11
use Magento\Framework\Exception\FileSystemException;
12
use Magento\Framework\Filesystem\Directory\ReadFactory;
13
+use Magento\Framework\Filesystem\Directory\ReadInterface;
14
use Magento\Framework\Filesystem\File\WriteFactory;
15
16
/**
@@ -31,6 +32,7 @@ class PhpStorm implements FormatInterface
31
32
private $domDocumentFactory;
33
34
35
+ * @param ReadFactory $readFactory
36
* @param WriteFactory $fileWriteFactory
37
* @param DomDocumentFactory $domDocumentFactory
38
*/
0 commit comments