# Bug Report <!-- First, thank you for reporting a bug. That takes time and we appreciate that! --> | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | dev-main | @TomasVotruba here the list of the rules that uses direct `STOP_TRAVERSAL` return on refactor() return: - SetTypeToCastRector https://github.com/rectorphp/rector-src/pull/4187 - RemoveDeadInstanceOfRector https://github.com/rectorphp/rector-src/pull/4188 - CountOnNullRector https://github.com/rectorphp/rector-src/pull/4189 - StringClassNameToClassConstantRector ( see https://github.com/rectorphp/rector-src/pull/4185)
Bug Report
@TomasVotruba here the list of the rules that uses direct
STOP_TRAVERSALreturn on refactor() return: