Skip to content

Commit 744dc03

Browse files
ACPT-490
fixing static test failures
1 parent efafe30 commit 744dc03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ protected function setUp(): void
273273
/**
274274
* Because AbstractType has static member variables, we must clean them in between tests.
275275
* Luckily they are publicly accessible.
276-
*
276+
*
277277
* @return void
278278
*/
279279
protected function tearDown(): void

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ protected function _saveValidatedBunches()
442442
* Workaround. Only way to implement dependency and not to break inherited child classes
443443
*
444444
* @return Json
445-
* @deprecated 100.2.0 It's just a workaround. It was never intended to be used.
446445
*/
447446
private function getSerializer()
448447
{

0 commit comments

Comments
 (0)