Skip to content

Commit 7f4816b

Browse files
author
Kostiantyn Poida
committed
MAGETWO-32782: [TD] Third party interfaces are not supported by single-tenant compiler
- fix static
1 parent 54e0c43 commit 7f4816b

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/unit/testsuite/Magento/Tools/Di/Compiler/Config

1 file changed

+1
-1
lines changed

dev/tests/unit/testsuite/Magento/Tools/Di/Compiler/Config/ReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private function getPreferencesMap()
216216
private function getResolvedArguments($arguments)
217217
{
218218
return empty($arguments) ? null : array_map(
219-
function($argument) {
219+
function ($argument) {
220220
return 'resolved_' . $argument;
221221
},
222222
$arguments

0 commit comments

Comments
 (0)