Skip to content

Commit 8a8fdfc

Browse files
authored
Fix static test
1 parent 022df42 commit 8a8fdfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,9 @@ public function removeChild($sku, $childSku)
246246
*/
247247
private function getOptionsFactory()
248248
{
249-
if (!$this->optionsFactory) {
250-
// phpcs:ignore
249+
if (!$this->optionsFactory) {
251250
$this->optionsFactory = \Magento\Framework\App\ObjectManager::getInstance()
252-
->get(\Magento\ConfigurableProduct\Helper\Product\Options\Factory::class);
251+
->get(\Magento\ConfigurableProduct\Helper\Product\Options\Factory::class);// phpcs:ignore
253252
}
254253
return $this->optionsFactory;
255254
}

0 commit comments

Comments
 (0)