Skip to content

Commit c50595e

Browse files
committed
Revert "Processed phpcs feedback"
This reverts commit 211fe95.
1 parent 211fe95 commit c50595e

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Developer/Model/XmlCatalog/Format

1 file changed

+2
-0
lines changed

app/code/Magento/Developer/Model/XmlCatalog/Format/PhpStorm.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Magento\Framework\DomDocument\DomDocumentFactory;
1111
use Magento\Framework\Exception\FileSystemException;
1212
use Magento\Framework\Filesystem\Directory\ReadFactory;
13+
use Magento\Framework\Filesystem\Directory\ReadInterface;
1314
use Magento\Framework\Filesystem\File\WriteFactory;
1415

1516
/**
@@ -31,6 +32,7 @@ class PhpStorm implements FormatInterface
3132
private $domDocumentFactory;
3233

3334
/**
35+
* @param ReadFactory $readFactory
3436
* @param WriteFactory $fileWriteFactory
3537
* @param DomDocumentFactory $domDocumentFactory
3638
*/

0 commit comments

Comments
 (0)