We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4223faf commit 12689fcCopy full SHA for 12689fc
1 file changed
src/Kernel/Mnemonics/_invokespecial.php
@@ -28,7 +28,7 @@ public function execute(): void
28
29
$arguments = [];
30
31
- for ($i = $signature['arguments_count'] - 1; $i >= 0; $i--) {
+ for ($i = $parsedSignature['arguments_count'] - 1; $i >= 0; $i--) {
32
$arguments[$i] = $this->popFromOperandStack();
33
}
34
0 commit comments