Skip to content

Commit dd586bd

Browse files
MAGETWO-58729: [Generator] Add images to performance profile generator
1 parent 19dc086 commit dd586bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Fixtures/AttributeSet/SwatchesGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function ($values, $index) {
9090

9191
$attributeImageType = $attributeColorType;
9292
$attributeImageType['swatchvisual']['value'] = array_map(
93-
function($item) {
93+
function ($item) {
9494
return ltrim($item, '/');
9595
},
9696
$this->imagePathFixture

0 commit comments

Comments
 (0)