Skip to content

Commit a5069d0

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-69496: Impossible specify Bundle option title on store view level with changes to more than one store view
1 parent 287c7eb commit a5069d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Model/Product/SaveHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public function __construct(
3838
}
3939

4040
/**
41-
* @param object $entity
41+
* @param object|ProductInterface $entity
4242
* @param array $arguments
43-
* @return ProductInterface|object
43+
* @return object|ProductInterface
4444
* @throws \Magento\Framework\Exception\NoSuchEntityException
4545
* @throws \Magento\Framework\Exception\InputException
4646
* @throws \Magento\Framework\Exception\CouldNotSaveException

0 commit comments

Comments
 (0)