Skip to content

Commit 2f767c1

Browse files
committed
ACP2E-3712: fix static error
1 parent 8f96f08 commit 2f767c1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

setup/src/Magento/Setup/Test/Unit/Model/_files/app/code/Magento/A/Setup/Uninstall.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
class Uninstall implements \Magento\Framework\Setup\UninstallInterface
1212
{
1313

14+
/**
15+
* Uninstall method
16+
*
17+
* @param SchemaSetupInterface $setup
18+
* @param ModuleContextInterface $context
19+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
20+
*/
1421
public function uninstall(SchemaSetupInterface $setup, ModuleContextInterface $context)
1522
{
1623
}

setup/src/Magento/Setup/Test/Unit/Model/_files/app/code/Magento/B/Setup/Uninstall.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
class Uninstall implements \Magento\Framework\Setup\UninstallInterface
1212
{
1313

14+
/**
15+
* Uninstall method
16+
*
17+
* @param SchemaSetupInterface $setup
18+
* @param ModuleContextInterface $context
19+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
20+
*/
1421
public function uninstall(SchemaSetupInterface $setup, ModuleContextInterface $context)
1522
{
1623
}

0 commit comments

Comments
 (0)