Skip to content

Commit e60bdfa

Browse files
committed
MAGETWO-33555: [GITHUB] After update, config.php is not updated with correct sequence #1015
- static test fixes.
1 parent defca19 commit e60bdfa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/internal/Magento/Framework/Module/ModuleList/DeploymentConfigFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\Framework\Module\ModuleList;
88

99
/**
10-
* Deployment configuration segment for modules
11-
*/
10+
* Deployment configuration segment for modules
11+
*/
1212
class DeploymentConfigFactory
1313
{
1414
/**

lib/internal/Magento/Framework/Module/Status.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* A service for controlling module status
15+
*
16+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1517
*/
1618
class Status
1719
{

0 commit comments

Comments
 (0)