Skip to content

Commit d38c545

Browse files
author
Stanislav Idolov
authored
ENGCOM-1566: Remove unused namespace from ui export #15240
2 parents 1d2f444 + 8c1db59 commit d38c545

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)