Open
Description
Hi,
I have a Symfony 4 project which contains a few thousand references to ->getRepository('bundle:class').
All of these should be refactored to class constants.
The plugin automatically offers the replacement through the context menu, however I haven't found a way to apply these changes in bulk.
Is there any way to do this?
Thanks