Skip to content

Commit d2ab7c9

Browse files
committed
ACPT-99: Import API Parallelization
1 parent e4636d2 commit d2ab7c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/OptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class OptionTest extends AbstractImportTestCase
4040
/**
4141
* Path to csv file to import
4242
*/
43-
const PATH_TO_CSV_FILE = '/_files/product_with_custom_options.csv';
43+
public const PATH_TO_CSV_FILE = '/_files/product_with_custom_options.csv';
4444

4545
/**
4646
* Parameters for Test stores.

app/code/Magento/ImportExport/Model/Import/Entity/AbstractEntity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,10 @@ public function getIds()
913913
/**
914914
* Set Ids of Validated Rows
915915
*
916-
* @param $ids
916+
* @param array $ids
917917
* @return void
918918
*/
919-
public function setIds($ids)
919+
public function setIds(array $ids)
920920
{
921921
$this->ids = $ids;
922922
}

0 commit comments

Comments
 (0)