Skip to content

Commit e84ad2a

Browse files
committed
Fix Static Test Failures
1 parent 8a8fdfc commit e84ad2a

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
@@ -246,7 +246,7 @@ public function removeChild($sku, $childSku)
246246
*/
247247
private function getOptionsFactory()
248248
{
249-
if (!$this->optionsFactory) {
249+
if (!$this->optionsFactory) {
250250
$this->optionsFactory = \Magento\Framework\App\ObjectManager::getInstance()
251251
->get(\Magento\ConfigurableProduct\Helper\Product\Options\Factory::class);// phpcs:ignore
252252
}

0 commit comments

Comments
 (0)