Skip to content

Commit 6eb0b3b

Browse files
author
Igor Melnikov
committed
MAGETWO-50657: Static files are not loaded if Install Magento with non-Eng locale and deploy static
Fixing static tests
1 parent e0d244d commit 6eb0b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
use Magento\User\Model\ResourceModel\User\Collection as UserCollection;
1414

1515
/**
16-
* Class Filesystem
17-
*
1816
* A class to manage Magento modes
17+
*
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1919
*/
2020
class Filesystem
2121
{

0 commit comments

Comments
 (0)