File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Ui/Model/Export Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88use Magento \Framework \App \Filesystem \DirectoryList ;
99use Magento \Framework \Exception \LocalizedException ;
1010use Magento \Framework \Filesystem ;
11- use Magento \Framework \Filesystem \Directory \WriteInterface ;
1211use Magento \Ui \Component \MassAction \Filter ;
1312
1413/**
1716class ConvertToCsv
1817{
1918 /**
20- * @var WriteInterface
19+ * @var DirectoryList
2120 */
2221 protected $ directory ;
2322
Original file line number Diff line number Diff line change 1212use Magento \Framework \Convert \ExcelFactory ;
1313use Magento \Framework \Exception \LocalizedException ;
1414use Magento \Framework \Filesystem ;
15- use Magento \Framework \Filesystem \Directory \WriteInterface ;
1615use Magento \Ui \Component \MassAction \Filter ;
1716
1817/**
2120class ConvertToXml
2221{
2322 /**
24- * @var WriteInterface
23+ * @var DirectoryList
2524 */
2625 protected $ directory ;
2726
You can’t perform that action at this time.
0 commit comments