I looked at the EncapsedStringsToSprintfRector rule and it seems that it chooses when to use concat or sprintf.
In our team, we'd like to always use sprintf.
Would it be OK if I send a PR to modify the EncapsedStringsToSprintfRector so that this mode can be configured? The default behavior can be the same.