mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-21 16:02:23 +02:00
fix old bug
This commit is contained in:
parent
23e25594c8
commit
1290947804
@ -23,6 +23,6 @@ class SomeClass
|
||||
return self::CLOSURE_NAME;
|
||||
}
|
||||
|
||||
return $this->node->name;
|
||||
return $this->node->name->toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user