Thomas Zhou

Results 1 issues of Thomas Zhou

Error message: > Call to a member function toString() on null in vendor/goaop/framework/src/Instrument/Transformer/SelfValueVisitor.php:72 ``` public function enterNode(Node $node) { if ($node instanceof Stmt\Namespace_) { $this->namespace = $node->name->toString(); ``` `$node->name` is...

Support