We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287c7eb commit a5069d0Copy full SHA for a5069d0
app/code/Magento/Bundle/Model/Product/SaveHandler.php
@@ -38,9 +38,9 @@ public function __construct(
38
}
39
40
/**
41
- * @param object $entity
+ * @param object|ProductInterface $entity
42
* @param array $arguments
43
- * @return ProductInterface|object
+ * @return object|ProductInterface
44
* @throws \Magento\Framework\Exception\NoSuchEntityException
45
* @throws \Magento\Framework\Exception\InputException
46
* @throws \Magento\Framework\Exception\CouldNotSaveException
0 commit comments