Skip to content

Commit 022df42

Browse files
committed
Fixed static test failure
1 parent 7e31fc5 commit 022df42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/LinkManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function removeChild($sku, $childSku)
247247
private function getOptionsFactory()
248248
{
249249
if (!$this->optionsFactory) {
250-
// phpcs:ignore Magento2.PHP.AutogeneratedClassNotInConstructor
250+
// phpcs:ignore
251251
$this->optionsFactory = \Magento\Framework\App\ObjectManager::getInstance()
252252
->get(\Magento\ConfigurableProduct\Helper\Product\Options\Factory::class);
253253
}

0 commit comments

Comments
 (0)