Skip to content

Commit a4f1ca3

Browse files
committed
Fix missing namespace
1 parent 224b128 commit a4f1ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/jvm/invoker/Invokable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function __call($name, $arguments)
9292
$this->debugTraces['executed'][] = [$opcode, $mnemonic, $localStorage, $stacks, $pointer];
9393

9494
/**
95-
* @var OperationInterface\|Accumulator|ConstantPool $executor
95+
* @var OperationInterface|Accumulator|ConstantPool $executor
9696
*/
9797
$executor = new $fullName();
9898
$executor->setConstantPool($this->javaClassInvoker->getJavaClass()->getConstantPool());

0 commit comments

Comments
 (0)