Now that Rector comes prefixed by default, I wonder if I can still add new rules easily as described in https://github.com/rectorphp/rector/blob/main/docs/create_own_rule.md.
I mean – when my project just declares rector/rector as a dev dependency, all the classes that are imported in the example code given are prefixed/namespaced, right?
How can this even work, am I missing something?