Skip to content

Commit 10c589d

Browse files
committed
Forgot to replace
1 parent ecce4c2 commit 10c589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel/Mnemonics/_invokevirtual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function execute(): void
3737
$arguments[$i] = $this->popFromOperandStack();
3838
}
3939

40-
$arguments = Normalizer::normalizeArguments(
40+
$arguments = Normalizer::normalizeValues(
4141
$arguments,
4242
$signature['arguments']
4343
);

0 commit comments

Comments
 (0)