We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b6033 commit 44f9c45Copy full SHA for 44f9c45
src/Compiler/Lang/Assembler/Processors/Traits/MethodCallableFromNode.php
@@ -58,7 +58,6 @@ private function assembleStaticMethodCallFromNode(StaticCall $expression): array
58
59
$callee = null;
60
61
- var_dump($targetClass);
62
if ($targetClass === 'self') {
63
$callee = $this->getClassAssembler()->getClassName();
64
} elseif ($targetClass === 'static') {
0 commit comments