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 7263dc6 commit b77b311Copy full SHA for b77b311
app/code/Magento/Cms/Setup/UpgradeData.php
@@ -11,9 +11,6 @@
11
use Magento\Framework\Setup\ModuleDataSetupInterface;
12
use Magento\Framework\Setup\UpgradeDataInterface;
13
14
-/**
15
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
16
- */
17
class UpgradeData implements UpgradeDataInterface
18
{
19
const PRIVACY_COOKIE_PAGE_ID = 4;
@@ -47,6 +44,7 @@ private function createPage()
47
44
* @param ModuleDataSetupInterface $setup
48
45
* @param ModuleContextInterface $context
49
46
* @return void
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
50
*/
51
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
52
0 commit comments