We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd80c64 commit bbb0886Copy full SHA for bbb0886
1 file changed
src/Kernel/Mnemonics/_invokestatic.php
@@ -25,8 +25,6 @@ public function execute(): void
25
$methodName = $cpInfo[$cpInfo[$cp->getNameAndTypeIndex()]->getNameIndex()]->getString();
26
$signature = Formatter::parseSignature($cpInfo[$cpInfo[$cp->getNameAndTypeIndex()]->getDescriptorIndex()]->getString());
27
28
- $this->getOptions('class_resolver')
29
- ->resolve($cpInfo[$cpInfo[$cp->getClassIndex()]->getClassIndex()]->getString());
30
[$resourceType, $classObject] = $this->getOptions('class_resolver')
31
->resolve($cpInfo[$cpInfo[$cp->getClassIndex()]->getClassIndex()]->getString());
32
0 commit comments