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 e5cd44c commit fb5fefcCopy full SHA for fb5fefc
setup/src/Magento/Setup/Fixtures/CatalogPriceRulesFixture.php
@@ -23,7 +23,8 @@ class CatalogPriceRulesFixture extends Fixture
23
protected $priority = 90;
24
25
/**
26
- * {@inheritdoc}
+ * @inheritdoc
27
+ *
28
* @SuppressWarnings(PHPMD)
29
*/
30
public function execute()
@@ -141,15 +142,15 @@ public function execute()
141
142
}
143
144
145
146
147
public function getActionTitle()
148
{
149
return 'Generating catalog price rules';
150
151
152
153
154
155
public function introduceParamLabels()
156
0 commit comments