File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
app/code/Magento/ImportExport/Model Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ class Base64EncodedCsvData extends AbstractSource
21
21
*/
22
22
private $ delimiter = ', ' ;
23
23
24
- /**
25
- * Field Enclosure character
26
- *
27
- * @var string
28
- */
29
- private $ enclosure = '' ;
30
-
31
24
/**
32
25
* Read Data and detect column names
33
26
*
@@ -48,7 +41,7 @@ public function __construct(string $file)
48
41
*
49
42
* @return array
50
43
*/
51
- protected function _getNextRow ()
44
+ public function _getNextRow ()
52
45
{
53
46
if ($ this ->_key ===count ($ this ->rows )) {
54
47
return [];
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Upload
43
43
/**
44
44
* @var WriteInterface
45
45
*/
46
- protected $ _varDirectory ;
46
+ private $ varDirectory ;
47
47
48
48
/**
49
49
* @param FileTransferFactory $httpFactory
You can’t perform that action at this time.
0 commit comments