Skip to content

Commit 3222bdb

Browse files
author
Willian Keller
committed
Remove unused WriteInterface namespace
1 parent c166940 commit 3222bdb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/Ui/Model/Export/ConvertToCsv.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Magento\Framework\App\Filesystem\DirectoryList;
99
use Magento\Framework\Exception\LocalizedException;
1010
use Magento\Framework\Filesystem;
11-
use Magento\Framework\Filesystem\Directory\WriteInterface;
1211
use Magento\Ui\Component\MassAction\Filter;
1312

1413
/**
@@ -17,7 +16,7 @@
1716
class ConvertToCsv
1817
{
1918
/**
20-
* @var WriteInterface
19+
* @var DirectoryList
2120
*/
2221
protected $directory;
2322

app/code/Magento/Ui/Model/Export/ConvertToXml.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Magento\Framework\Convert\ExcelFactory;
1313
use Magento\Framework\Exception\LocalizedException;
1414
use Magento\Framework\Filesystem;
15-
use Magento\Framework\Filesystem\Directory\WriteInterface;
1615
use Magento\Ui\Component\MassAction\Filter;
1716

1817
/**
@@ -21,7 +20,7 @@
2120
class ConvertToXml
2221
{
2322
/**
24-
* @var WriteInterface
23+
* @var DirectoryList
2524
*/
2625
protected $directory;
2726

0 commit comments

Comments
 (0)