Skip to content

Commit 0149ae1

Browse files
author
Stanislav Idolov
authored
ENGCOM-2229: [Forwardport] Removed extra code #16611
2 parents 93cbb05 + fdd8fc8 commit 0149ae1

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
@@ -9,7 +9,6 @@
99
use Magento\Framework\Exception\FileSystemException;
1010
use Magento\Framework\Exception\LocalizedException;
1111
use Magento\Framework\Filesystem;
12-
use Magento\Framework\Filesystem\Directory\WriteInterface;
1312
use Magento\Ui\Component\MassAction\Filter;
1413

1514
/**
@@ -18,7 +17,7 @@
1817
class ConvertToCsv
1918
{
2019
/**
21-
* @var WriteInterface
20+
* @var DirectoryList
2221
*/
2322
protected $directory;
2423

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Magento\Framework\Exception\FileSystemException;
1414
use Magento\Framework\Exception\LocalizedException;
1515
use Magento\Framework\Filesystem;
16-
use Magento\Framework\Filesystem\Directory\WriteInterface;
1716
use Magento\Ui\Component\MassAction\Filter;
1817

1918
/**
@@ -22,7 +21,7 @@
2221
class ConvertToXml
2322
{
2423
/**
25-
* @var WriteInterface
24+
* @var DirectoryList
2625
*/
2726
protected $directory;
2827

0 commit comments

Comments
 (0)