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 5912c53 commit 1c7bd5dCopy full SHA for 1c7bd5d
app/code/Magento/SalesRule/Model/Data/RuleDiscount.php
@@ -7,7 +7,6 @@
7
8
namespace Magento\SalesRule\Model\Data;
9
10
-use Magento\SalesRule\Model\Rule\Action\Discount\Data;
11
use Magento\Framework\Api\ExtensionAttributesInterface;
12
13
/**
@@ -22,7 +21,7 @@ class RuleDiscount extends \Magento\Framework\Api\AbstractExtensibleObject imple
22
21
23
* Get Discount Data
24
*
25
- * @return Data
+ * @return \Magento\SalesRule\Model\Rule\Action\Discount\Data
26
*/
27
public function getDiscountData()
28
{
0 commit comments