Skip to content

Commit 211fe95

Browse files
committed
Processed phpcs feedback
- removed unused import - removed unused @param
1 parent 767af1f commit 211fe95

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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;
1413
use Magento\Framework\Filesystem\File\WriteFactory;
1514

1615
/**
@@ -32,7 +31,6 @@ class PhpStorm implements FormatInterface
3231
private $domDocumentFactory;
3332

3433
/**
35-
* @param ReadFactory $readFactory
3634
* @param WriteFactory $fileWriteFactory
3735
* @param DomDocumentFactory $domDocumentFactory
3836
*/

0 commit comments

Comments
 (0)