We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecce4c2 commit 10c589dCopy full SHA for 10c589d
src/Kernel/Mnemonics/_invokevirtual.php
@@ -37,7 +37,7 @@ public function execute(): void
37
$arguments[$i] = $this->popFromOperandStack();
38
}
39
40
- $arguments = Normalizer::normalizeArguments(
+ $arguments = Normalizer::normalizeValues(
41
$arguments,
42
$signature['arguments']
43
);
0 commit comments