Skip to content

Commit 362148a

Browse files
committed
MAGETWO-56915: Versioning of static files (CSS, JS, Fonts, Images, etc.) doesn't enabled by default - for mainline
1 parent 5df01d4 commit 362148a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Deploy/Model/DeployManager.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
use Magento\Deploy\Model\Deploy\TemplateMinifier;
1313
use Magento\Framework\App\State;
1414

15+
/**
16+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17+
*/
1518
class DeployManager
1619
{
1720
/**

0 commit comments

Comments
 (0)