mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
完成变量混淆
This commit is contained in:
@@ -53,7 +53,7 @@ class NodeVisitorTools extends NodeVisitorAbstract
|
||||
public function leaveNode(Node $node)
|
||||
{
|
||||
|
||||
if ($node instanceof Stmt) {
|
||||
if ($node instanceof Node) {
|
||||
if (isset($node->attributes['comments'])) {
|
||||
|
||||
$comments = $node->attributes['comments'];
|
||||
|
||||
Reference in New Issue
Block a user