Skip to content

Commit 9850750

Browse files
committed
MAGETWO-43646: Sort ordering for static files pre-processors
- Fixed tests
1 parent 0210032 commit 9850750

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ public function __construct(
9898
$this->parentTheme = [];
9999

100100
array_map(
101-
function (AlternativeSourceInterface $alternative)
102-
{
103-
//
101+
function (AlternativeSourceInterface $alternative) {
104102
},
105103
$alternativeSources
106104
);

0 commit comments

Comments
 (0)