We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224b128 commit a4f1ca3Copy full SHA for a4f1ca3
1 file changed
src/core/jvm/invoker/Invokable.php
@@ -92,7 +92,7 @@ public function __call($name, $arguments)
92
$this->debugTraces['executed'][] = [$opcode, $mnemonic, $localStorage, $stacks, $pointer];
93
94
/**
95
- * @var OperationInterface\|Accumulator|ConstantPool $executor
+ * @var OperationInterface|Accumulator|ConstantPool $executor
96
*/
97
$executor = new $fullName();
98
$executor->setConstantPool($this->javaClassInvoker->getJavaClass()->getConstantPool());
0 commit comments