nette / php-generator

🐘 Generates neat PHP code for you. Supports new PHP 8.3 features.
https://doc.nette.org/php-generator
Other
2.11k stars 138 forks source link

Factory: fix method bodies import [Closes #61] #62

Closed djaf77 closed 4 years ago

djaf77 commented 4 years ago

fix method bodies import: We collect all Name Nodes from $method->stmts, their resolved FQN and position in file. Then we replace them in body string by positions with offset correction (because we change string length) Test cases was changed too.

dg commented 4 years ago

Great, thanks!