fix old bug

This commit is contained in:
Tomas Votruba 2018-05-31 15:54:37 +02:00
parent 23e25594c8
commit 1290947804

View File

@ -23,6 +23,6 @@ class SomeClass
return self::CLOSURE_NAME;
}
return $this->node->name;
return $this->node->name->toString();
}
}