Skip to content

Commit b7cc191

Browse files
committed
MAGETWO-72283: Code generate: support variadic parameter #10771
1 parent 2d45730 commit b7cc191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Interception/Code/Generator/Interceptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function ($item) {
135135
$output .= '... ';
136136
}
137137

138-
$output .="\${$item['name']}";
138+
$output .= "\${$item['name']}";
139139
return $output;
140140
},
141141
$parameters

0 commit comments

Comments
 (0)