Skip to content

Commit

Permalink
MAGETWO-32782: [TD] Third party interfaces are not supported by singl…
Browse files Browse the repository at this point in the history
…e-tenant compiler

- fix static
  • Loading branch information
Kostiantyn Poida committed Jan 21, 2015
1 parent 54e0c43 commit 7f4816b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private function getPreferencesMap()
private function getResolvedArguments($arguments)
{
return empty($arguments) ? null : array_map(
function($argument) {
function ($argument) {
return 'resolved_' . $argument;
},
$arguments
Expand Down

0 comments on commit 7f4816b

Please sign in to comment.