How to hook into Rector's lifecycle? #7406
|
I'm writing my own Rector. Besides changing Nodes I also collect some data that I want to use after rector finishes refactoring. Does rector have any events I can hook into? I've already tried to register an event subscriber on |
Answered by
TomasVotruba
Aug 21, 2022
Replies: 1 comment 3 replies
|
Hi, there are no events. It is based on reactjs and ndjsong. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, there are no events. It is based on reactjs and ndjsong.