Skip to content

Commit fb5fefc

Browse files
committed
MCP-773: [GraphQL] Error in applying a coupon during a checkout
1 parent e5cd44c commit fb5fefc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup/src/Magento/Setup/Fixtures/CatalogPriceRulesFixture.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class CatalogPriceRulesFixture extends Fixture
2323
protected $priority = 90;
2424

2525
/**
26-
* {@inheritdoc}
26+
* @inheritdoc
27+
*
2728
* @SuppressWarnings(PHPMD)
2829
*/
2930
public function execute()
@@ -141,15 +142,15 @@ public function execute()
141142
}
142143

143144
/**
144-
* {@inheritdoc}
145+
* @inheritdoc
145146
*/
146147
public function getActionTitle()
147148
{
148149
return 'Generating catalog price rules';
149150
}
150151

151152
/**
152-
* {@inheritdoc}
153+
* @inheritdoc
153154
*/
154155
public function introduceParamLabels()
155156
{

0 commit comments

Comments
 (0)