Skip to content

Commit 9fa1169

Browse files
author
Lars Roettig
committed
Review fixes
1 parent 3489bf0 commit 9fa1169

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Magento2/Sniffs/Performance/ForeachArrayMergeSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento2\Sniffs\Performance;
87

98
use PHP_CodeSniffer\Files\File;

Magento2/Tests/Performance/ForeachArrayMergeUnitTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ foreach ([] as $collection) {
4040
foreach ($configurationSources as $source) {
4141
$selectBuilder->setColumns(array_merge($selectBuilder->getColumns(), $source));
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)