How to register custom FileProcessor in own rector project? #8267
-
I'm wondering how to register a custom FileProcessor in my own rector project as I couldn't even figure out how the native |
Beta Was this translation helpful? Give feedback.
Answered by
TomasVotruba
Oct 16, 2023
Replies: 1 comment
-
This would require implementing own tool, as Rector refocused directly on PHP files to meet expectations of other PHP-tooling: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simonschaufi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would require implementing own tool, as Rector refocused directly on PHP files to meet expectations of other PHP-tooling:
rectorphp/rector-src#4761